Hi,

The fMBT tool includes a Python library for Tizen GUI testing. It's called 
"fmbttizen".

In user perspective, it is very similar to fmbtandroid, which I briefly 
introduced here:

https://01.org/fmbt/blogs/ask/2013/fmbt-android-ui-testing

For instance, you can open a lockscreen and launch Settings at homescreen by 
running this Python script on host:


import fmbttizen
import time

d = fmbttizen.Device()
d.refreshScreenshot()
d.swipe("lock.png", "east")

time.sleep(1)

d.refreshScreenshot()
d.tapOcrWord("Settings", tapPos=(0.5, -2.0))


I have not tested fmbttizen on Windows. It requires at least sdb and 
ImageMagick's convert to work, but I don't give any promises. I'd recommend 
using fMBT on Linux.

Yours,

Antti


From: Cornea, Alexandru
Sent: Friday, November 1, 2013 10:27 AM
To: Tyler Duff; [email protected]
Cc: Kervinen, Antti
Subject: RE: [Tizen General] Monkeyrunner Equivalent for Tizen

Hello Tyler,
    There is a way to do GUI testing for Tizen by using an fMBT  library (these 
tests could be automatically generated by fMBT).
     You can find more information about fMBT on 01.org(https://01.org/fmbt/) 
or on github (https://github.com/01org/fMBT/).
     Also, Antti (CC'ed) might help you more, since he is the creator of fMBT.

Regards,
   Alex

---
Regards,

Alexandru Cornea
QA Security Engineer
SSG OTC Romania
Desk: +40 31 845 1150
iNET: 88451150


From: [email protected] [mailto:[email protected]] 
On Behalf Of Tyler Duff
Sent: Friday, November 1, 2013 2:38 AM
To: [email protected]
Subject: [Tizen General] Monkeyrunner Equivalent for Tizen

I am used to using Android, but I'm interested in Tizen.  However, I have many 
testing and debugging scripts that run using the Android "Monkeyrunner" tool to 
send commands to a device to press keys, select things, etc.  Is there an 
equivalent system for Tizen that can be executed from Windows command line?  Is 
it possible to write scripts in Python and pass them to the tool, just like 
with Android?

Thanks!
_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to