How to run QTP scripts recorded in Internet Explorer on a Netscape or FireFox browser?nestcape tries to read the code this wayWindow("Netscape Browser").WinObject("NS_AE_WindowClass").Type "http;//servername:8080/trial/"whereas for IEBrowser("Browser").Navigate (Datatable.Value("url","Global"))so when i run the IE script on netscape it fails.

Showing Answers 1 - 6 of 6 Answers

VK

  • Jul 4th, 2007
 

Please check the Version of the Tool and Browser version.

For Ex: if work with QTP 9.2 then Browser Netscape 7.0 or Later...

My advise go lower versions and check it...

Regards,
vk

  Was this answer useful?  Yes

Hi Mprasanthi,
Before running the script in QTP.
*ensure that from which browser it is recored the scripts.
*if you want to run the scripts in differnt browser. ensure that the browser should adopt to the QTP.
*If the browser is adoptable means ensure that the QTP plugins is installed/added for the Browser.

After that you may Record/Run the script in QTP

Thanks & Regards
Mathanvel

  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