Is there any solution of using Sikulix in C++ testing project directly instead of JNI or subprocess

Asked by Qin Le

I am working on game projects based on flash and c++. I would like to develop a testing framework with Sikulix to achieve UI testing including view validation and input(key and mouse) handling. Sikulix is based on Java. Is there lib for C++ or workaround?

Question information

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

SikuliX is completely visual!

http://sikulix.com

Revision history for this message
Qin Le (qinl) said :
#2

Sikulix gives easily access entry to picture recorgnization and input handling, which perfectly meets my need. I have some .sikuli files to simulate action for testing. While I need integrate the tool into our test framework. So I would like to ask for help with c++ support

Revision history for this message
Best RaiMan (raimund-hocke) said :
#3

you either have to run the SikuliX-test-parts as scripts or programs in subprocesses from C++ or you need some C++-to-Java bridge to directly access the SikuliX features.

... but I cannot help you further.

Revision history for this message
Qin Le (qinl) said :
#4

Thanks RaiMan, that solved my question.

Revision history for this message
Qin Le (qinl) said :
#5

Well, thank you!