Can we put more than one action in a single script????
yes or no.....
Answer Posted / haritha
yes we can use more than one action in a single script.First click on the insert menu and then click "call to new action"
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Where you get the run time data table?
What is optional step in qtp? How you can add optional step in qtp?
What is the extension of the qtp local repository?
what is command for executing files?
How do you synchronization point through DP?
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);
How to data driven test for Win objects in QTP ?
What are the types of environment variables in qtp?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
How to use transactions in qtp?
Explain the check points in quicktest professional (qtp)?
What ate the Technologies supported by QTP?
How you can find the absolute value of the number in qtp?
Explain different types of action in qtp?
How to add synchronisation points in qtp?