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 |
synchronization, wait,wait Property?
How can i count "spaces" in any sentence or a string if suppose " It is a Testing question" Here we have 4 gaps(spaces) Is there any function to find out spaces between words
Is qtp supports uni-code?
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u
how to recall a function in QTP?
What all challenges you have faced during automation and how you have resolved it?
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?
I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.
How to associate function library at a run time?
how to test Web application using QTP software
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
what is qtp automation framework, what is the purpose of the framework and which folders included in this framework pls tell me with brief description