Re: [Sikuli-driver] [Question #270543]: Running tests with multiple sets of data

2015-08-19 Thread RaiMan
Question #270543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270543 Status: Open = Answered RaiMan proposed the following answer: at the base line you can use the Python scripting features to create loops, that run the same test with different data. If you have any

Re: [Sikuli-driver] [Question #270543]: Running tests with multiple sets of data

2015-08-19 Thread Sahil Dev
Question #270543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270543 Description changed to: QUESTION 1) Data driven tests Is it possible to run data driven tests in Sikuli? That means, if one wants to perform the same operations with multiple sets of data, i.e. if one

Re: [Sikuli-driver] [Question #270543]: Running tests with multiple sets of data

2015-08-19 Thread Sahil Dev
Question #270543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270543 Status: Answered = Open Sahil Dev is still having a problem: Thanks a lot. I think, you missed my second question. Re-writing it below; QUESTION 2: This is simple one but I think the answer for this is

Re: [Sikuli-driver] [Question #270543]: Running tests with multiple sets of data

2015-08-19 Thread RaiMan
Question #270543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270543 Status: Open = Answered RaiMan proposed the following answer: Yep, missed it ;-) no recording feature currently. -- You received this question notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #270543]: Running tests with multiple sets of data

2015-08-19 Thread Sahil Dev
New question #270543 on Sikuli: https://answers.launchpad.net/sikuli/+question/270543 Data driven tests Is it possible to run data driven tests in Sikuli? That means, if one wants to perform the same operations with multiple sets of data, i.e. if one wants to check how the application

Re: [Sikuli-driver] [Question #270543]: Running tests with multiple sets of data

2015-08-19 Thread Eugene Maslov
Question #270543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270543 Eugene Maslov proposed the following answer: Hi Sahil, I run data driven tests with python unittest. It's possible to modify __init__ procedure of the test template, that all the tests are derived from, in