How to do browser testing (create a standard script and run it for the different browser combinations)

Showing Answers 1 - 1 of 1 Answers

amar_win

  • Apr 25th, 2006
 

The GUI architecture and events messaging differs from browser to borwser

like IE use Win32::OLE messaging and firefox must be using some GTK based messaging. So it is generally difficult to create one standard script that runs on all browsers.

But tools like Winrunner, QTP must be using complex procedures inside them to handle different browsers.

to me, if my application supports different browsers like IE, firefox, opera, netscape i will try to do manual testing.

  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