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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / v.dileepkumar008
go to keyword view,select action1,goto edit->action->call
properties->run on all rows.
select action2->select run one iteration only.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / arul antony prakash
First u execute the Action1 and then call the Action2 with
RunAction copmmand which will generate once you create the
Action2.
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / baskar palani
from this question?the two different action was created
already with data are parameterised for two iteration.
In this case run the first action separaetly and insert
call to exsisting or call to copy of action at the end of
action 1 script.now action 1 will run for two iteration
after completeion of action 1 action 2 will run for 2
iteration. 2
Is This Answer Correct ? | 2 Yes | 4 No |
Tell me the situations where we will use Data Driven?
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
What are Test case selection criteria for Automation?
What is BPT?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What is the difference between a Function and Action in QTP?
what r the main attributes of test automation?
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
What is the use of text output value in quicktest professional (qtp)?
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.
How to change the scripts from Per-Action object repository to shared object repository