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 populate search fields as well as to verify on resulting screens.
Is this possible to do without resorting to manually scripting the commands? I'm not opposed to it, just not proficient enough in it to "get it" as easily.
Thanks in advance!
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 populate search fields as well as to verify on resulting screens.
Is this possible to do without resorting to manually scripting the commands? I'm not opposed to it, just not proficient enough in it to "get it" as easily.
Thanks in advance!
- Hi 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.