Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
You can control the runType from Project level or TestSuite level.
It works like this:
To control how all testSuites in a project run you have to set the projects runType.
Regards,
Max
SmartBear Software
You can control the runType from Project level or TestSuite level.
It works like this:
- project.setRunType(...) -> makes all testSuites in the project run with a specific runType.
- testSuite.setRunType(...) -> makes all testCases in the testSuite run with a specific runType.
To control how all testSuites in a project run you have to set the projects runType.
Regards,
Max
SmartBear Software