How can I use the value retrieved by OUTPUT VALUE check
point as Input for other Actions?
Answer Posted / nath .t
When u selected OUTPUT VALUE, it's stored value into
datatable. we can use datatable value in any actions in
the Test.
Default OUTPUT VALUE is stored in "Global Sheet" in Test.
we can retieve the data as
x = datatable
("Spam_Skillet_Casserole_innertext_out",dtGlobalSheet")
Here in Quotes name mentioned the output checkpoint value.
like this way we can use any where in Actions in Test.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are parameterizing tests?
How do you perform Regreession Testing?
How many types of recording modes are there?
what is error and fault in terms of software quality?
what are the utilities and drivers
What is the difference between rational rose and QTP?
How you create new action in qtp?
Hybrid framework supports Descriptive programming. Is it true?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
In qtp, how you can use xpath to identify objects?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Is it possible to call win runner script in qtp?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
is there any addin for remedy user application
What does mean by Scope of Automation?n How we defined it?