VegasQA
11 years agoContributor
Capturing and Assigning Result Value
Hi all, The app I'm currently testing generates a UID for each new person entered. For quick reference, I'd like to be able to capture each UID and assign it to a variable I can use both to po...
- 11 years agoHi Mike,
Are you using Keyword tests?
If you do, then you can create either Keyword test variable (http://support.smartbear.com/viewarticle/56810/) or Project variable (http://support.smartbear.com/viewarticle/55668/), depending on the visibility level you need for the variable, and then use the created variable to store the UID value.