← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #141872]: Sikuli X: integrate with any test management tools

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Surely not with any, but with some ;-)

Since the Sikuli features are available on a Python/Jython level and on
a Java level, tightly coupled solutions (Sikuli features together with
other testcode in the same app) are best reached, when either the Python
or Java standard unittest features are supported.

At least a loosely coupled solution should always be possible, by
running complete Sikuli test cases from command line or in subprocesses
of the main test app (e.g. in an Ant based test manager).

If you look through the bugs and answers, you can find some entries,
that talk about (mostly solved ;-) problems while using Sikuli together
with other test managers/frameworks.

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