DEV Community

Discussion on: Efficient Cross-browser testing workflow

Collapse
 
muditsingh5000 profile image
Mudit Singh • Edited

In a nutshell, there are two things to test in cross browser testing.

  • Layout
  • Functionality

There are more stuff to test as well but basically all problems can be jot down in two categories.
For functional testing, automated scripts can help you out. Selenium can be used to run on all browsers like Chrome, Firefox, IE etc.(you would need a mac system to test on safari though)

For layout you can use tools like LambdaTest. They have a tool that takes screenshot across multiple browsers and operating systems at once. Really helps in fast tracking layout testing.