How to run QTP scripts recorded in Internet Explorer on a Netscape or FireFox browser.

Showing Answers 1 - 8 of 8 Answers

srikanth kolli

  • Sep 4th, 2006
 

The recorded qtp script will run on all the browsers when select the type of browser in record and run settings(select "type" in record and run settings)

available browsers are displayed in type edit box(installed browsers)

  Was this answer useful?  Yes

sanketh D Shetty

  • Sep 4th, 2006
 

Thanks srikant ,

But the objects recorded for the IE is different when compared to the netscape and hence the run fails. My requirement is i cant rerecord for Netscape again. Hence please let me know how to proceed.

  Was this answer useful?  Yes

srikanth kolli

  • Sep 5th, 2006
 

Hi

The Same Script Will Run on Other Browsers also With Few Modifications

ok if u have anu queries allways welcome

  Was this answer useful?  Yes

sanketh D Shetty

  • Sep 5th, 2006
 

i think i need to do some modifications on the objects it saves while recording so that these objects can be read  by netscape also.

Can you help me on what modifications are required . i am stuck at this .

  Was this answer useful?  Yes

sanketh

  • Sep 5th, 2006
 

nestcape tries to read the code this way

Window("Netscape Browser").WinObject("NS_AE_WindowClass").Type "http;//servername:8080/trial/"

whereas for IE

Browser("Browser").Navigate (Datatable.Value("url","Global"))

so when i run the IE script on netscape it fails.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions