Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Monkey は、アクティビティを使用してアプリケーションをテストするために使用されます。アクティビティのないアプリケーションに対してモンキーのような自動テストを作成する方法はありますか?
通常、そのために JUnit を使用します。
また、アプリケーションを Android 3.1 以降で使用できるようにする場合は、ほぼすべてのアプリケーションでアクティビティが必要になることに注意してください。例外は、他のアプリへの何らかのプラグインである可能性があります。