Languages

Menu
Sites
Language
Any test tool similar to monkey tool (on Android) available on Tizen?

Hi All,

I am new to Tizen and would like to know if we have a test tool in Tizen, similar to monkey tool available on Android.

Also, Android has Adroid Test Framework. Do we have any such test framework available in Tizen. Google didn't help in getting this information. Hence relying on this forum to get this information.

I want to send random input events to my Tizen application similar to monkey tool. I am looking for available options in Tizen. Or is that nothing is available and few may have to develop something from scratch to test.

Any help or information is appreciated.

Thanks in advance.

Responses

3 Replies
Halli Kumar

Hi,

Thanks for the reply. I checked the links that you have shared.

First link: I didn't get if event injector can be used to send events like keyboard events to a particular application. Also the events that we can send seems to be to the system, what if I want send only to say my application package. Please throw some more light on this. Monkey tool as far as I know  generates pseudo-random streams of user events such as clicks, touches, or gestures, as well as a number of system-level events. Also, it runs on emulator as well as device.

However, what I understood from the link is that event injector can be used only with emulator. Then what about testing on device?

Second link:After going through the second link, what I understood is, the test frame work that is available in Tizen is Google C++ Testing framework? Please correct me if wrong.

hgw7

AFAIK, there isn't any built-in tool as such in SDK.