Test Suite Collection – How to run Test Suites in parallel
Today we will learn :
1. What is Test Suite Collection: Collection of Test Suites
2. Why is it required?
- to group Test Suites logically
- to run test suites in sequence or in parallel
- to run test suites on multiple browsers / env
3. How to create and run Test Suite Collection: How to do parallel testing
Helpful tips
- You can add the same test suite multiple times inside a test suite collection
- And make it run on different browsers/env
Like on Facebook
Subscribe on Youtube.
Note: This video is contributed by Raghav Pal.