Android Test Driven Development

后端 未结 6 1829
轻奢々
轻奢々 2021-01-29 22:32

I have considerable experience in making Android applications. For my new project, we have decided to do Test Driven Development (TDD). I have been getting my hands wet on Robot

6条回答
  •  借酒劲吻你
    2021-01-29 23:07

    we have

    https://developer.android.com/training/testing/start/index.html

    and can able to test local(Runs on JVM) and instrumental test (Runs on Device or Emulator )

    For this we need to add

    Android Testing Support Library
    

    The Android SDK includes two tools for functional-level app testing

    Monkey and monkeyrunner

提交回复
热议问题