Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a software to test a website in all browsers? [closed]

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?

like image 330
CodeOverload Avatar asked Jan 16 '10 23:01

CodeOverload


People also ask

How do I run a test in multiple browsers?

Step 2: To execute test cases with different browsers in the same machine at the same time a TestNG framework can be integrated with Selenium WebDriver. Step3: Write the test cases. The article features code that will test the Browserstack home page on three different browsers – Chrome, Edge, and Firefox.

How do I test a website across devices?

An easy way to test a website on mobile devices online is to use BrowserStack's free Responsive Checker. Simply enter the URL of the website to be tested, and instantly see how it renders on multiple latest devices such as iPhone X, Galaxy Note 10, iPhone 8 Plus, Galaxy S9 Plus, and more.


1 Answers

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).

like image 61
Kornel Kisielewicz Avatar answered Sep 24 '22 20:09

Kornel Kisielewicz