Hello,
I have a simple question, can i use wText propery as a parameter or variable, in order to use that random value in another test.
Thanks in advance,
Solved! Go to Solution.
What do you mean "by another test" ?
Var is persistent inside one test script
It can be persistent between several scripots if you put it in a shared unit (//USEUNIT)
Or you can use file to store value for other test..
Un sourire et ça repart
Hey, sure you can.
Example:
var wTextValue = Aliases.obj.wText;
You can do anything you want with this variable.
What do you mean "by another test" ?
Var is persistent inside one test script
It can be persistent between several scripots if you put it in a shared unit (//USEUNIT)
Or you can use file to store value for other test..
Un sourire et ça repart
Thank you Wamboo, Benoit!
Hi @trajmo! Does the advice help?
Subject | Author | Latest Post |
---|---|---|