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 |
which type of testing process are you following in ur company? how to recognize a qtp page?
we have 10 automation scripts. how to call them from one main script.
What contains Data Driven Framework document in qtp?
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
what is Property......End Property loop? how to write sript for it in QTP
if numbers are always changing write a script for that
In My application, having Copmany Name : Text Box and click Save button. if i enter a vlue, after run..........it shows the already exists. so how to enter random ro mmultiple names names into webedit box(company Name). without using DATATABLE THanks Ramesh
how many types of actions r there? what r they? explain? pls give any one answer?
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields.
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)