In one of my tests, i need to open Run Dialog Box and open an application. How can i open 'Run' in the very first step using C# script in Testcomplete.
Thanks in Advance
In one of my tests, i need to open Run Dialog Box and open an application. How can i open 'Run' in the very first step using C# script in Testcomplete.
Thanks in Advance
Helen is right: the best way is to just use the Tested Applications feature. However, if you must use the Run dialog for some reason, you can open it using this code of line:
Sys.Keys("[Hold][Win]r[Release]");