← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #240935]: Large Test Batch (3000 test cases) gradually slows down in execution

 

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

    Status: Open => Needs information

RaiMan requested more information:
-- how do you get the data from the csv file and how do you provide it
to the test function? everything inline or somehow modularised/seperated
into functions?

This is some kind of data driven testing: so you might simulate the behaviour of e.g. TestNG and spawn every test run into a new thread with a clean setup and teardown.
So you are able to separate the managing of the data from the test run.

When running such tests from command line, you have more options to
abort the test at the time, when test runs start to last longer and take
appropriate actions (e.g. abort and restart)

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.