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 capture screen shots when an error occurs?
How does u create new test sets in TD?
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
What issues come up in test automation, and how do you manage them?
Explain measuring transaction.
How to use regular expression in descriptive programming?
what are the main differences between keyword driven frame work and data driven frame work?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
Waht is Test Report , What it consists?
How can we count the no of rows are available in a data table ?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out