Can sikuli test flex mobile apps

Asked by Malvika Sheregar

I want to test flex mobile app(flex sdk 4.6). Can sikuli be used to automate flex mobile apps?
Thanks!

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

Since Sikuli only acts on the pixels seen on the screen, you can test/automate what you see on the screen (visual approach).

Sikuli does not know anything about any GUI's internals (like Selenium or other similar tools).

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

... which means for mobile: only useable on an emulator on your PC.

Revision history for this message
Malvika Sheregar (malvika2011) said :
#3

Thanks for the quick response...

Revision history for this message
Malvika Sheregar (malvika2011) said :
#4

Thanks RaiMan, that solved my question.