Parallel Test Execution with JUnit and Selenium | JUnit Tutorial With Selenium | Part VII
This is part VII of the JUnit Tutorial for beginners, where Anton Angelov (@angelovstanton) shows what are the requirements to execute a parallel test in JUnit and how to run a test in parallel with JUnit.To demonstrate the execution of parallel tests, a test suite is used in this video with multiple test classes, each with several methods. This video will guide you through different parallel parameters in JUnit testing, including methods – to execute test methods in separate threads and classes – to execute test classes in separate threads.
Introduction to JUnit Testing
Recap of data driven test in JUnit
How to design factory pattern and template patterns
Using “Threadlocal”
Using “getdriver”
Creating simple implementations
Initializing page objects
Conclusion