Sikuli X: integrate with any test management tools

Asked by shilpashree

Is it possible to integrate sikuli-x with any test management tools??

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

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.

Can you help with this problem?

Provide an answer of your own, or ask shilpashree for more information if necessary.

To post a message you must log in.