How vl i prioritize the actions when i have 10 actions A1,
A2, A3......A10. I want to run action as follows A1,A5,A6
and A10. How i can do it. Thanks in Advance to u.
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
In QTP, Test Flow combo box is there. By default Action1 is
displayed in that combo box. In that combo box, you can
place the actions in whatever order you want. Just drag the
action up and down, sothat it will placed in one sequence.
During execution, QTP executes the actions asper the Test
Flow Combo box.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rangu
Open the test from folder, go to action folder 0, open
script in note pad, change the action sequence and insert
comments if you dont want to execute.
like as below.
Original actions
Action 1
Action 2
Action 3
Action 4
Action 5
After Modified ( Like below, we need to modify)
Action 1
Action 5
Action 2
'Action 3 // I dont want to execute this action.
Action 4
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / prachiti
we can use keyword driven framework ffor this, the qtp
script will read the corresponding keyword and will import
the perticular actions in the sequence.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishnateja muppalla
You can make use of call to action while creating scripts. Right click on expert view. There you can see the options to call another action from current action.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ashish srivastava
Ans No 1 and Ans No 3 Both are Correct
These Are two different method to solve the problem
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravati
through call to Existing action
Runaction "Actionname",oneIteration
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anil
Can we Automate GUI of the Application by using QTP.? if
yes then how.?
| Is This Answer Correct ? | 0 Yes | 2 No |
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
How to use output values in qtp ?
QTP identified the object but not performing the desired action???what could be the reason?????
What is a Run-Time Data Table? Where can I find and view this table?
How to creating an output value using quicktest professional?
There is web page with the webtable,this contains some data, how do you manipulate the data.
what is meant by descriptive programming?
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
How many types of recording modes in qtp? Which will be used when?
Where the text version of script file located in file system?