📜  并行测试和跨浏览器测试的区别 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:01:29.600000             🧑  作者: Mango

代码示例1
Cross Browser Testing: When we do crossbrowser testing we
execute multiple test scripts on different browsers one by
one. When one test executed/completed another browser
would be invoked on the current browser.

--Parallel Execution: In parallel testing multiple browsers are
invoked simultaneously and all the test scripts are executed
parallelly.