Re: [Sikuli-driver] [Question #156130]: Is it possible to use arrays in Sikuli?

2011-05-06 Thread Tedi Roca
Question #156130 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156130 Status: Needs information = Open Tedi Roca gave more information on the question: It would be something like that: try: execute_test_case except execFailed: push_failed_test_case_id_into_array

Re: [Sikuli-driver] [Question #156130]: Is it possible to use arrays in Sikuli?

2011-05-06 Thread RaiMan
Question #156130 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156130 Status: Open = Answered RaiMan proposed the following answer: This would work: def test1(): assert(False) def test2(): assert(True) def test3(): assert(False) theTests =

[Sikuli-driver] [Question #156130]: Is it possible to use arrays in Sikuli?

2011-05-05 Thread Tedi Roca
New question #156130 on Sikuli: https://answers.launchpad.net/sikuli/+question/156130 Hi, I'm trying to catch the failed test cases by using try/catch exceptions and storing the failed test cases in an array. Is it possible or am I trying something without sense? Thanks. -- You received

Re: [Sikuli-driver] [Question #156130]: Is it possible to use arrays in Sikuli?

2011-05-05 Thread RaiMan
Question #156130 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156130 Status: Open = Needs information RaiMan requested more information: It depends on how you are doing that. some code to show? -- You received this question notification because you are a member of