17 years ago
How to run tescase in parallel with command line?
Hi,
How can I do if I want to :
(step1) -- Execute testSuite1
(stap2) -- Execute tesSuite2
-> Testcase1
-> Testcase2
-> TestCase3
(In parallel)
(step3)-- Execute testSuite3
When I try in cmd line, it executes my project Step 2 in sequencialy
Some one can help me ??
How can I do if I want to :
(step1) -- Execute testSuite1
(stap2) -- Execute tesSuite2
-> Testcase1
-> Testcase2
-> TestCase3
(In parallel)
(step3)-- Execute testSuite3
When I try in cmd line, it executes my project Step 2 in sequencialy
Some one can help me ??