← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #160003]: Global variables and functions argument in unittest

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Not really a question for this forum.

The tools you use for testing depend on your overall goals.

Unittest (Python) or JUnit (Java) allow to write thousands of smaller or
bigger tests and arrange them in suites/packages.

On this level it is rather complex to arrange huge amounts of tests
according to their dependencies and have an efficient reporting.

So you should look out for testframeworks, that support continuos
development and testing (e.g. Hudson and others) with an appropriate
workflow support and reporting.

But for most of these solutions you will use unitttest on the testcase
level and be able to integrate Sikuli script for these purposes.

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