Comment #2 on issue 329 by pohjonen.antti: Execution order and prioritisation for tags
http://code.google.com/p/robotframework/issues/detail?id=329

I would like to organize all test cases and now we are doing this simply by using a script that contains three(in future can be many more) different pybot start up commands. First will include only TTCN3 test cases, second will include only test cases with other test tool, third exclude all ready ran test cases (TTCN3 etc.) and
include rest of test cases.

This is merely done to decrease execution time, because our SUT needs different kind of setup for different test tools. Our suite setup will check and modify settings if necessary, but if all similar test case are ran in consecutive order, the checking
phase will take only a fraction compared to constant change of settings.

Any sorting of test cases inside certain tag is not done and preferred, because this
would violate our no dependencies between test cases policy.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to