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 |
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
what is a file system object in QTP
Do you have any knowledge about Business Processing Testing in QTP
how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
What are the methods used in UFT to handle exceptions or run-time errors?
How to supress warnings from the "Test results page"?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
What are the types of Object Repository’s in QTP?
What are the recording modes and executing modes avialble in QTP?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code