Hi All,
I am looking to develop test tool similar to Android's monkey tool on Tizen. From my understanding of monkeytool, it uses several private interfaces to communicate with three essential system services:
- Package Manager: To get a list of Activities for a given Intent. This enables Monkey to randomly switch between Activities while testing an application.
- Activity Manager: To get complete control over the activity life-cycle for the duration of the test.
- Window Manager: Monkey calls a series of functions on the Window Manager to inject events into the application. This enables Monkey to simulate touches and key-presses.
I would like to know the equivalents of these services on Tizen? Do we have it on Tizen? If yes, please point me to the source code. Anything equivalent to InjectKeyEvent?
Any inputs or information is appreciated.
Thanks in advance.