sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27555
Re: [Question #252749]: Approriate to use Sikuli to automate testing of enterprise level IT infrastructure management aplication
Question #252749 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252749
Status: Open => Answered
RaiMan proposed the following answer:
Supposing, that the mentioned application runs normally on a system having a real screen and shows up normal application windows:
- Eclipse with PyDEV plugin and Jython as interpreter (preferingly external using 2.7)
- with Sikuli version 1.0.1(recommended): use setup option 4 and use sikuli-java.jar
(look: https://github.com/RaiMan/SikuliX-API/wiki/Usage-in-Java-programming)
To manage your captured images you might use the Sikuli IDE and save image sets in imageesxxx.sikuli having an image file naming convention.
in your test scripts use addImagePath(imageesxxx.sikuli) or setBundlePath(imageesxxx.sikuli) to activate the respective image sets.
Otherwise you have to implement your own approach for making the
captured screenshots available in the scripts.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.