t_nguyen
12 years agoOccasional Contributor
Defining Variables for a path in an explorer window
Hello, Here is a little background on my scenario: I have recorded hundreds of scripts and what is common between these test scripts is they involve opening a explorer window and typing in a pa...
- 12 years agoHi Thanh,
You have to change the following statment with the ProjectSuitVariable.
comboBoxEx32["SetText"]("P:\\0001-Test Complete\\SFCL-13-62.502 - Test Complete\\");
comboBoxEx32["SetText"]("P:\\0001-Test Complete\\SFCL-13-62.502 - Test Complete\\");
Assuming that , you have defined a ProjectSuit Variable named PV_var and assingned "P:\\0001-Test Complete\\SFCL-13-62.502 - Test Complete\\" value to it.
So your code would be like this
comboBoxEx32["SetText"](ProjectSuit["Variables"]["PV_Var"]));
[There might be few syntax erros in the above code as I do not have TC right now with me.]
For more information , please refer the link below:
http://support.smartbear.com/viewarticle/28298/