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 |
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?
How to enable the text check point in qtp? By default it is disables
1 Answers Sify, ssinformatics,
What are SetToProperty, SetRoProperty, GetToProperty scripting?
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...!!!
if there is two login button in your page, how you know that this login button is correct for login .
What is Data driven Testing Frame work.Anybody can expain it in Detail.. Pls anybody can give the answer.. Thanks in advance...
w is time parameter
Tell when we call the function? tell with example.
What is object identification?
how many scripts r there in QTP? pls any answer this question?
What is the difference between qtp and selenium?
What is Curd testing?