How do you test a web application without opening the webbrowser?

Showing Answers 1 - 2 of 2 Answers

Swapna

  • Sep 21st, 2005
 

Use Web_Browser_Invoke(IE, URL); to invoke the browser through the test script instead of opening the application.

  Was this answer useful?  Yes

Ramanjaneyulu Kothapalli

  • Jan 23rd, 2006
 

using web_browser_invoke("IE,URL");

  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