Hi friendsi am working on a telecom project.how to test the application compatibility for IE and Netscape.regardsanil

Showing Answers 1 - 2 of 2 Answers

Senthil Kumar P

  • Oct 4th, 2006
 

Hi

First record & genrate the script with IE browser.

one of script record as

web_browser_invoke(IE,"your application URL");

After you complte the test with IE browser, then later change the above statement like below

web_browser_invoke(Netscape,"your application URL");

  Was this answer useful?  Yes

Guest

  • Mar 28th, 2007
 

Adding to the comment given already, We also need to see what version of winrunner we are using. it mostly depends on  winrunner version. We can see this details in About winrunner in the right hand top cornner of winrunner window. 

  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