I have two actions in my QTP test and two iterations in my
DataSheet. I want to execute the Action 1 for the two
iterations only after which i want to exceute the next
Action2. How is this possible?
Answer Posted / tamilselvi, tcs
Hi,
It is very simple. Keep your Action1 data in Action1 data
sheet(not in Global data sheet).
go to keyword view,select action1,goto edit->action->call
properties->run on all rows.
When you execute the test with the above settings, Action1
will be executed twice after which action2 will be executed.
Execution order can be tracked in Action0 which you can
find by openning the saved qtp test in a normal way without
using QTP.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why qtp the best testing tool?
what kind of frame work you used in your last project?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Which environments does qtp support?
What is QTP scenario.
How to customize qtp?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
why text area checkpoints cannot used for web applications
what is profile tool?
What is the difference between a Function and Action in QTP?
can i compare two databases using QTP ?
Explain types of descriptive programming?
What is the process of synchronizing qtp and aut?
How you can find length of array in qtp?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage