kevin_kapell
9 years agoFrequent Contributor
backslash being removed
backslashes appear to be being removed now in TestComplete 12.0.122.7, Web
To illustrate I have the following code.
var Filepath = "C:/Repository/Automation/TestFiles"
Log.Event(Filepath)
var Filepath = "C:\Repository\Automation\TestFiles"
Log.Event(Filepath)
This results in the first log entry being
C:/Repository/Automation/TestFiles
and the second log entry being
C:RepositoryAutomationTestFiles
I am running this on IE 11.
This is preventing me from uploading a file to a web page as part of my automation.