← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #617040]: Set Execution Ordinal for Test Set via Command Line

 

Question #617040 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/617040

    Status: Needs information => Open

Seumas MacRae gave more information on the question:
Test Ordinal = set the order in which the test scripts should be
run/executed.  For example, the file structure looks like this:

TestSets
  ApplicationName
    BVT
      CloseApp1.sikuli
      CreateRulesTest.sikuli
      DeleteRulesTest.sikuli
      OpenApp1.sikuli

I'd like to be able to tell Sikuli to execute/run the tests in the following order:
1) OpenApp1.sikuli
2) CreateRulesTest.sikuli
3) DeleteRulesTest.sikuli
4) CloseApp1.sikuli

As for the "random selection" question: when I watch Sikuli run the
tests from the command line script, I've noticed that it doesn't always
run them in the same ordinal/order.  So, it appears that it randomly
picks which one it is going to launch during test execution.  Since we
are making our scripts more modular/portable, I need to be able to
specify at runtime the running order (ordinal) I want Sikuli to follow.

Cheers,
Seumas

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.