[Sikuli-driver] [Question #244600]: How to link up a series of Test Cases

2014-02-26 Thread Brian
New question #244600 on Sikuli: https://answers.launchpad.net/sikuli/+question/244600 If I got 5 test cases, named testcase_1 , testcase_2 , ... , testcase_5 each of them has a single test script, and my test cycle is testcase_2 > testcase_4 > testcase_1 > testcase_5 > testcase_3 how can i link

Re: [Sikuli-driver] [Question #244600]: How to link up a series of Test Cases

2014-02-26 Thread obiwan-92
Question #244600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244600 Status: Open => Answered obiwan-92 proposed the following answer: Hello, You can call them from one sikuli script or use put them in some functions. Look at the function import of python : http://docs.

Re: [Sikuli-driver] [Question #244600]: How to link up a series of Test Cases

2014-02-26 Thread Brian
Question #244600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244600 Status: Answered => Solved Brian confirmed that the question is solved: i found http://doc.sikuli.org/globals.html#importingsikuliscripts is more useful for me. i have create testcase1.py

Re: [Sikuli-driver] [Question #244600]: How to link up a series of Test Cases

2014-02-26 Thread RaiMan
Question #244600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244600 RaiMan posted a new comment: Yes, good finding ;-) This is the preferred way to implement these kinds of workflows. The next step would be to use Python's unittest module (see faq 1804), that has more optio