← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #204121]: Help making a functional test suite.

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
As long as you use a C-Python interpreter, using subprocess is the most
effective way (besides using an XML-RPC solution with Sikuli as server
running the scripts as requested by the Python client, which saves the
startup time of 3-5 seconds - this might as well be possible with some
Sikuli dispatcher running in a subprocess).

If you decide to use Jython as interpreter, you could use Sikuli
features directly from inside your test scripts. There are some posts
and faqs about this here.

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