Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 307 Bytes

File metadata and controls

9 lines (6 loc) · 307 Bytes

selenium-parallel-java

Runs selenium scripts in parallel on Crossbrowsertesting.com

Written in Java

There are 2 ways to implement tests in parallel:

  1. Uses JUnit and "Parallized" class that multithreads the JUnit Tests

  2. Uses TestNG and loads and xml file with the different configurations