Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unit test my application manually on multiple browsers?

My project requires support on multiple browsers, like Firefox 2.0, firefox 3.0, IE 6, IE 7, etc. My problem is I cannot test the application on lower versions of the browsers. I have to move to other system or other machines for the testing. Is there any way to solve this?

I cannot even use Virtual Box, since my company won't encourage other softwares to be installed.

Thanks in advance.

like image 259
Techmaddy Avatar asked Feb 10 '09 19:02

Techmaddy


People also ask

How do you manually test cross-browser?

Manual Cross Browser Testing: To manually test a website we need to install individual browsers and Operating Systems on different machines and mobiles. Then manually we need to run the same test cases in all the decided environments. This is time-consuming and tiring for testers.

Which type of testing is performed to test applications across different browsers or different OS?

Cross Browser testing is a type of non-functional testing that lets you check whether your website works as intended when accessed through: Different Browser-OS combinations i.e., on popular browsers like Firefox, Chrome, Edge, Safari—on any of the popular operating systems like Windows, macOS, iOS and Android.


2 Answers

Use a browser emulator such as:

  1. BrowserShots.org : Free; test your web design in different browsers

  2. iCapture : Free; safari screenshots

  3. ieCapture : Free; internet explorer screenshots

  4. Lynx Viewer : Free; this service allows web authors to see what their pages will look like (sort of) when viewed with Lynx, a text-mode web browser.

  5. Browser Cam : Free for 24 hours; Cross-browser screen captures.

  6. Multiple Internet Explorers : install multiple Internet Explorer versions on the same machine.

  7. Browser Compatibilitytool by NetMechanic : paid service

  8. Screenshot Generator : Screenshot generator to see your site on a Macintosh G5 in Safari, MacIE or Mozilla.

  9. Browser Archive : Software archive of previous version of browsers at evolt.org

    Source: http://spellbook.infinitiv.it/2006/07/26/top-10-browser-emulators.htm

like image 186
Chris Ballance Avatar answered Nov 15 '22 11:11

Chris Ballance


There are "Portable" versions of Firefox that will let you test 1.5, 2.0, and 3.0 without much trouble... even from a USB key if the pesky IT folks won't let you install locally.

like image 22
scunliffe Avatar answered Nov 15 '22 10:11

scunliffe