How to run two Test Cases in parallel using a groovy
Hi: Imagine I have a test suite TS with 3 TC's, TC, TC1 and TC2. In TC I'd like to write a groovy that launch both TC's, TC1 and TC2 in parallel. When both TC's execution are finished, I'd like to ...