hi testers,one script has three actions , at the of running
three actions are running , how to set run only perticular
action and what is the use of split the action? when it
will be useful?
Answers were Sorted based on User's Feedback
Hi,
If you don't split the test in to action, each time
you run it'll run the whole test. which is the waste of
time and efforts.Splitting the action is useful especially
when we parameterize the object.When you parameterize the
object if you don't split into actions the whole test will
run that many iterations.
We can't set particular action to run but we can specify
how many time the particular action should run. This can be
done by selecting the action and right click and select the
action call property and make sure the run tab is selected
and in that you can specify how many times the action
should run.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neeraja
when ever we r using modular frame work/Keyword driven
frame work we need make the actions as reusable action in
that case we this split action .we first split the threee
actions into three diffrent tests and make them reusable
actions.we will take new test and we call the required
action using the option call to existing action
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / subbu
Hi this is subbu go to >>>>Automation there select Run current action
| Is This Answer Correct ? | 0 Yes | 1 No |
How to count the no of objects in XML file(QTP)
difference between do while and do until ?
What is qtpro? What is quick test pro? What is a quick test professional?
For Usability testing, which is preferable Automation or Manual?
what is ODC and GDC?
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
What is fragmentation and paging?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?
how to merge object repositories?
How many types of parameters are there?