When I parameterize a script then for each iteration script
is executed from begining to end.
If I want to execute some middle steps multiple times using
Parameterization (avoiding begining and end steps), what is
the solution of this
(e.g. total steps are 1 2 3 4 5
and i want 2 3 4 only(not 1 nd 5)
Answer Posted / arjun
if you need execute middle steps only then use loop condition.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is environment variable in qtp and why to use it?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
How can you exit from an action?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
If I change the object name in one action will it be updated in all the actions? Or not?
what is test scheduleling?
how to test load test and block box testing an a web based application pls give ans briefly
what is the hierarchy to use properties in descriptive programming
What is the registration process and examination fees?
What are the methods used in UFT to handle exceptions or run-time errors?
How will you find the current time of the remote machine using QTP script?
Explain the use of action split in qtp?
How does qtp identify gui object?
What is the syntax to call one action in another?