Answer Posted / rahul roy
By using this method we can report the user defined results
in results window
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the ways you can synchronize?
Difference between test object and run time object?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
how can we do the frame work in qtp
after initiating one project for testing, when exacltly QTP tester role starts?
How to execute a winrunner script in quicktest professional (qtp)?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
What is the difference between keyword view and expert view?
Explain the concept of object repository and how quicktest professional recognises objects?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
How would you export a script from one pc to another 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
What is a reusable action?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.