I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
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 |
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
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?
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)
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)
how to write regular expression for Date field?
What is the syntax to call one script from another?
How can i initiate the objects to find uniquely in OR
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?
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?
What are the recording modes and executing modes avialble in QTP?
How to access values from Unix OS and how to write..
What criteria do you use when determining when to automate a test or leave it manual?