how can i call reusable action in a function
could any one explain me?
Answer Posted / nanda
by using if then else statements...
for example...
public function cal_action(strdata)
if strdata = "" then
runAction "Action1[test1]",OneIteration
else
RunAction "Action1[test2]",OneIteration
else if
Close function
Like this....we can call
If any queries..
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
For which type of projects the iterative model is not suitable?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What are the benefits of quick test pro(qtp)?
Can launch two instances of qtp on the same machine?
How to execute a winrunner script in quicktest professional (qtp)?
Explain in brief about the quicktest professional (qtp) automation object model?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
The hybrid framework can be implemented for any application. Is it true?
Can I change properties of a test object?
What is the difference between the design-time and run-time data tables?
When to use shared and local object repository?
How to use output values in qtp ?
What is ‘object spy’ and what is the function of object spy in qtp?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Explain the qtp test phases.