Could any one explain about the nested actions in QTP? This
question is asked by Qualitree and CA
Answer Posted / chaitu
Nesting Actions
Running an Action within an action is nesting. The
following are the uses of nesting actions.
• Helps maintaining the modularity of the test
• Help running one action or another based on the results
of a conditional statement
• To insert a nested action, follow the same procedure for
inserting a new Action, with, select after the current step
as 6th step.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Define object spy ?
Suppose I want fail that check point? How can you do that?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
What is the purpose of loading qtp add-ins?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
What is the expert view?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
what is vmodel?advantages and disadvantages of vmodel?
How to use parameterization in qtp?
tell me QTP standards ?plz
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!