Cross-browser testing is the process of
testing the website in multiple browsers and making sure that
it works consistently and as in intended across all the different browsers. Cross-Browser testing gives the confidence that the website
behavior is consistent across various browsers.This testing also verifies the User
Interface behavior.
Cross Browser testing can be performed:
1.Manual:
Here the tester manually re runs the same set of test cases using different browsers and verifies
it for bugs.It is time consuming process.
2.Automated:
Here the tester re runs the same set of test cases using different browsers and verifies
it for bugs using different available tools.It is much faster and accurate.
List of famous available Tools:
1.Selenium.
2.BrowserStack.
3.LambdaTest.