Android: UnitTest

前端 未结 2 1561
死守一世寂寞
死守一世寂寞 2021-02-11 06:57

Need some advice. I have an App. And I need do write some UnitTest. But I really don\'t know what to test. I already test Settings and all preferences, that\'s easy. What else u

2条回答
  •  清酒与你
    2021-02-11 07:59

    For Android applications there is a tool for testing called Robotium. It is a UI testing tool which simulates touching, clicks, typing, and other users' actions relevant for Android applications.Try this example for Robotium and can develop for your apps,

    Robotium example pdf

    i think this may be little bit useful to your search.

提交回复
热议问题