Forum Discussion
baxatob
8 years agoCommunity Hero
Hi,
Just want to share how it looks in my project.
1. The Test Suite contains two projects: DistributedTests and RegressionTests. RegressionTests contains ALL tests of current application:
2. DistributedTests project contains only concurrent scenarios:
3. Actually RegressionTests project is a launcher for all tests (including DistributedTests):
So if I need to add more concurrent scenarios, I will add them as a separate keyword test in DistrubutedTests project and as a separate task under relevant Job in NetworkSuite of RegressionTests project.