Consider a scenario where there are two action sheets say
action 1 and action 2. Can Action 1 take values from action
2 data sheet or vice versa. If so, how?
Answer Posted / sdfds
By Parameters.
In Reusable Action1-
Declare -
name=Parameter ("name")
In Calling Action2-
Call RunAction ["Action1"],name
Here, the Action2 will take value of the variable -name
from Action1. The conditions are:
Parameter("name")- Should be declared in Reusable Action1.
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How to add verification steps to tests?
What are benefits of qtp?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How many lines of code in each script of QTP?
Can we write winrunner language i.e TSL in QTP tool?
What is the virtual object?
Have you used xml check point in your project?
Explain data driven framework?
what is impact analysis on regression testing?
Explain the check points in quicktest professional (qtp)?
How to call a test from another test?
what is the diffrence bw qtp architectute and qtp framework?
What are the key points to create a framework in QTP for oracle forms?
How you can replace string in qtp?
In qtp, how you can get the last character from a string?