views:

121

answers:

8

hello

i want a software which installs most known browsers including ie 6 , and let me test my website like i'm on a browser to fix my css and make it cross browser. i know the online tools which gives you screenshots but that's not enough for me.

i need atlast to test it in IE 6/7/8 & Opera & Webkit

is there any similar software?

Thank you

+2  A: 

Well if online tools like this one are not enough, than you basically are looking for local tools, right? Why not use the browsers themselves then? Opera and Webkit should be accessible to anyone, as far as IE goes, there's a plugin for Chrome that renders like IE AFAIR (and there's a Chrome plugin for IE too).

Kornel Kisielewicz
+2  A: 

Microsoft Expression Web with Super Preview

dario
A: 

You can try this : http://spoon.net/browsers/

Pikrass
+1  A: 

Maybe this will work for you: http://seleniumhq.org/.

Piotr Jakubowski
+1  A: 

Download and install the web browsers you want to test in. To run multiple Internet Explorer instances you can use IETester: http://www.my-debugbar.com/wiki/IETester/HomePage

pygorex1
A: 

We developed Browsera, a cross-browser testing service, with exactly this scenario in mind. We go quite a bit further than screenshots because Browsera automatically detects potential layout problems as well as functional problems such as scripting errors reported by the browser. While we don't cover as many browsers as Browsershots, we cover those most commonly used by the community. Opera and Chrome support are coming soon.

LitmusApp, Browsershots, Superpreview, and Browserlab are all screenshot-based tools and don't do any problem auto-detection.

Browsera
A: 

Cloud Testing – http://www.cloudtesting.com/ – offer a functional website testing tool that allows you to test your websites from the cloud. Enterprise users can download an agent which allows access to your local resources, i.e. inside your firewall/network. It is based on Selenium, and allows you to capture scripts in the Selenium IDE plugin for Firefox, and then upload onto our servers for running.

We currently support the following browsers:

Firefox 2, 3 & 3.5 Internet Explorer 6,7 & 8 Safari 3.2 & 4.0 Chrome 2 and 3 Opera 9.6

With all of the above we capture full screenshots (i.e. of the browser window, not just the OS window), store the HTML and details of components on each page, along with timings and HTTP request and response headers. All of this is available to view via the results portal.

A free 7 day trial is available.

Phil Smith
A: 

Litmus

Esteban Araya

related questions