MulgraveTester
10 years agoFrequent Contributor
Case Sensitive Parameters
I identify the tested GUI using the VBS instruction
set GUIObj = Sys.Process(GUIprocess).waitWindow("XTPMainFrame","ProgramName Version*",1,10000)
The GUI title has always been "ProgramName Version 1234".
Developers have recently changed the "V" to lower-case so it is now "ProgramName version 4567"
Since changing the title my code is unable to identify the GUI.
In the project properties I have "Use case-sensitive parameters" unchecked, so my question is - Why is waitWindow using case-sensitive compare when I have told it not to?
TestComplete 10.60.3387.7