difference between parallel testing and cross browser testing

Solutions on MaxInterview for difference between parallel testing and cross browser testing by the best coders in the world

showing results for - "difference between parallel testing and cross browser testing"
Ariadna
12 Aug 2019
1Cross Browser Testing: When we do crossbrowser testing we
2execute multiple test scripts on different browsers one by
3one. When one test executed/completed another browser
4would be invoked on the current browser.
5
6--Parallel Execution: In parallel testing multiple browsers are
7invoked simultaneously and all the test scripts are executed
8parallelly.
9