how can i call reusable action in a function
could any one explain me?
Answers were Sorted based on User's Feedback
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 |
several browsers opened. write QTP script to close all browsers except gmail.
What is the difference between systemUtil and invoke method..?
What are the recording modes in qtp?
After geting the modules where we generate the script ie in qtp or notpad ?
What r the advantages of automation?
What are Child Objects?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Which scripting language QTP is using?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
What is load testing?
How can we perfom Action and Component parameter.?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti