Sikuli questions: UnitTesting, iPhone/Android, visual testing, OCR

Asked by vital

HI,
First of all thanks to sikuli team.

I have some queries,
1. How to generate report file like html after complition of test script(PASS/FAIL)
2. Can i intigrate this code to iphone and android devices?
3.Is it totally image based testing?
4. Is it has OCR compatibility?

Thanks,
Vital

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

at 1:
not a feature of Sikuli. You have to use available Jython features.
recommendation: use module unittest from beginning (or JUnit in Java)

at 2:
iPhone only on emulator, Android same + an experimental device-direct feature available (based on MonkeyRunner)

at 3:
yes, totally image based, but also supports regions and pixels. Mouse and keyboard simulation. Sikuli does not know anything about app contents (like e.g. Selenium)

at 4:
OCR principally available, but still experimental (poor exactness and reliability) (bug 710586)

general recommendation: have a look at the docs http://sikuli.org/docx/ to get an overview

Can you help with this problem?

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

To post a message you must log in.