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.
Answer Posted / 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 |
Post New Answer View All Answers
Hoe can we do retesting using functions please give the code for it using login page
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
write a script to verify the image path(src property) of the images which are in web pages.
Explain the types of object repository?
What is qtpro?
What is ObjectParamater?
Explain xml checkpoints.
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
How does qtp identify the object in the application?
How do you create new test sets in td?
How we can import data from database?
How to handle the exceptions using recovery secnario manager in quicktest professional?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is qtpro? What is a quick test professional?
Explain data driven framework?