For example consider the below is the folder structure for my project.
Now I want my testcase to be executed in below order.
TC_101.ABC.robot
TC_201.ABC.robot
TC_301.ABC.robot
TC_102.ABC.robot
TC_103.ABC.robot
TC_203.ABC.robot
TC_202.ABC.robot
How this can be achieved in robotframework? Is there something like testng feature in robotframework using which we can manage the order in which our suites to be executed?
from How we can categorize the testcase to be executed in the user defined order in robotframework?
No comments:
Post a Comment