Could any one explain about the nested actions in QTP? This
question is asked by Qualitree and CA
Answers were Sorted based on User's Feedback
Answer / rajendra pradeep
To reuse the parameters of one action in another action we
should Nest the secound action to the first.
The advantage of using Nested Action is that ,when we use
the parameters of one action in another action there is no
need to make the secound action into Reusable action.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / s
In real-time, we dont use nested actions. Instead, based on
keywords, we call Specific Single Action. In general,
nested actions have many drawbacks like "Debug is
problematic".
I have no knowledge about usablility of nested actions.
Patil
Support BJP
Support Rashtreeya Swayam Sevak Sangh.
| Is This Answer Correct ? | 0 Yes | 5 No |
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
What are the differences between table and db checkpoints?
Mention what are the different types of recording modes in qtp? Which will be used when?
How will you check a web application for broken links using qtp?
What is descriptive Programming in qtp.
How many types of status are there?
What are the types of Object Repository’s in QTP?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...