Forum Discussion

t_nguyen's avatar
t_nguyen
Occasional Contributor
11 years ago
Solved

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...
  • vajindarladdad's avatar
    11 years ago
    Hi 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/