I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?



I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I..

Answer / Preeti Singh

In QTP, you can control the repetition of an action by using the "Count" property. If you have 3 actions and want to execute Action 1 only once and Action 2 4 times, set the Count property of Action 1 as 1 and the Count property of Action 2 as 4.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?

0 Answers   ADP,


In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why?

2 Answers   Kanbay,


suppose i have one datatable in my datatable in 2 nd row 3rd column one link is ther i need to validate that link how do u do this?(wipro)

4 Answers   Fidelity, Wipro,


I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)

7 Answers   Xansa,


how to write regular expression for Date field?

12 Answers   Google,


What is the syntax to call one script from another?

1 Answers  


How can i initiate the objects to find uniquely in OR

1 Answers   IBM, Livetek,


I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?

3 Answers   TCS,


If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?

7 Answers   Covansys,


What are the recording modes and executing modes avialble in QTP?

3 Answers   Polaris,


How to access values from Unix OS and how to write..

1 Answers  


What criteria do you use when determining when to automate a test or leave it manual?

2 Answers  


Categories