Forum Discussion
I copied entire project suite to a folder on my local machine then copied the project suite from that location to a network loctaion from which I am accessing the script on TestExecute and running it. But it is not taking the current variable values set on
Test Complete on my local machine.
Hi, Getting back to this Issue, The script has Variables defined as First Name and Last Name with Values like QAFirst1, QALast1.
Everytime the script runs the numeric part of the variables increment by 1 so I have new names like QAFirst2, QALast2 and so on.
I copied this project suite/project/keyward test to a shared location and run on remote machine with Test execute every hour. Now that the variable values went up high, I want to reset the variable values in the script that run on Test Execute.
So I changed the variable value on TestComplete on local machine and copied this project suite /project/keyward test again to the network shared location from where Test Execute access the script and runs.
But i see that the variable values is not being reset or copied over to the same I am setting it to on Test Complete.
For example: On my local machine with Test Complete, the script runs with variable value QAFirst 35, QALast35 but on remote machine using Test Execute it runs with values, QAFirst545, QAlAST545 as it runs every hour. So I want to bring these variable values back to what I have configured on Test Complete.
So what is the object item exactly that is part of project suite that copies over these variable values to network location so that the new variable values can be accessed by Test Execute.
Also I defined these variable values at project level as Persistent variables not at the Project Suite level.
I hope I made it clear. Please suggest.