Forum Discussion
howie_
11 years agoContributor
Thanks for the reply, I appreciate it. Can you clarify one thing for me? What do you mean by "routine"? Are you talking about the actual function within the script?
I think one of the problems that I have is that structure of my test items. For instance, one test items might include between 5 and 15 child test items that each need to be run in order. Would I need to to do something like this:
/unit:"TestItem1" /routine:"ChildItem1"
...
/unit:"TestItem1" /routine:"ChildItem15"
or
/unit:"TestUnit1" /routine:"FunctionName1"
...
/unit:"TestUnit1" /routine: "FunctionName15"
I think one of the problems that I have is that structure of my test items. For instance, one test items might include between 5 and 15 child test items that each need to be run in order. Would I need to to do something like this:
/unit:"TestItem1" /routine:"ChildItem1"
...
/unit:"TestItem1" /routine:"ChildItem15"
or
/unit:"TestUnit1" /routine:"FunctionName1"
...
/unit:"TestUnit1" /routine: "FunctionName15"