Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automated cross-browser visual inspection

We're looking for a tool that would allow us to script and run tests across multiple browsers including Chrome, FF 3,4, IE 6,7,8 and during the running allow a human to visually inspect each page / action. This must support javascript so a simple browsershots approach will not work. Something like Selenium Grid may work but I haven't seen anything that would act like a console so that a human could visually inspect each test step. Ideally the answer to this question would be a tool that runs a scripted front-end test and displays those tests on each browser in a grid so that a human could visually inspect the look of each page while the test was testing the html content.

like image 779
Dark Castle Avatar asked May 20 '11 19:05

Dark Castle


People also ask

What is cross browser automated testing?

Cross Browser Testing is a testing method for validating that the application under test works as expected on different browsers, at varying viewport sizes, and devices. It can be done manually or as part of a test automation strategy.

Which is the best tool for cross browser testing?

Katalon Studio is the most popular Selenium and Appium alternative for cross-browser testing by 850,000 testers and developers trust. Also offering scalable web, API, mobile, and desktop testing, some of the key features of Katalon Studio are: Compatible with the latest versions of Chrome, Firefox, and Edge.

What is LambdaTest used for?

What Is LambdaTest? LambdaTest is a cloud-based cross browser testing tool that allows you to perform cross browser testing for web applications across more than 2000 browsers, operating systems, and devices. You can perform both manual and automated cross browser testing using LambdaTest.


2 Answers

How about Cucumber Sauce?

I've not tried it purely because I do not need to run tests in parallel across multiple browsers or headless. However, I am using Cucumber BDD for almost all my web application testing. Cucumber Sauce looks like it might have solved the parallelism problem so it might work for you.

like image 132
andyb Avatar answered Sep 21 '22 16:09

andyb


How about Telerik Test Studio http://www.telerik.com/automated-testing-tools.aspx? It can do FF 3 & 4, IE7, 8, 9 (but not IE6), Chrome and Safari. It literally hooks into the browser and drives it as if a real person was sitting there clicking things and typing text.

like image 39
sircody Avatar answered Sep 23 '22 16:09

sircody