HOW DO U CALL A ACTION IN QTP?
Answers were Sorted based on User's Feedback
Answer / usha, usha_0383@yahoo.com
we calla a action in QTP by using RunAction statement
Syn: RunAction "Action1[called testname]", oneIteration,
parameters
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / a.thirumalareddy@gmail.com
by using call to copy of action and call to existing action we can call the actions.
if we use call to copy of action, we can call nonreusable as well as reusable actions, and we can modify the script, and we can call many times and one action sheet will be added in datatable when ever you called (per every calling you get one action sheet)
if we used call to existing action we can call only reusable actions (in QTP 9.5 above all actions are reusable only) and the script is read only (we can not modify the script), and there will be only one action sheet if we call more than once also
| Is This Answer Correct ? | 1 Yes | 5 No |
how u will describe testing activities?
What is the advantage of associating a procedure with a test object?
why text area checkpoints cannot used for web applications
How do you create regression test packs?
What is the diff between doing parametarisation using Data Driven wizard or manually. when do we go for manual para...and when do we use Data driver wizard..can anybody answer it ..Thanks in advance
what is the difference between the modular framework and datadriven frame work
how to write xml output check point bu useing descriptive programing .means without useing output check point
Why we are selecting QTP for testing ?
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
How to handle the exceptions using recovery scenario manager in QTP?
Wher to use DATA TABLE METHODS in Qtp?What is the use of it?
After running scripts how you report results ,there is any specific report form