Getting Started with AndroidX Test
Key takeaways
- You will learn how to get started with the new AndroidX Test
- You will learn what pain points AndroidX solves
- You will learn how you can run your tests with both a device or Robolectric.
Testing on Android is slowly becoming more approachable. With AndroidX Test, you can use a single test API to run your instrumentation tests either on your mobile device, or on your computer using Robolectric. This is great, so how do you start? In this talk you’ll learn how to use AndroidX Test and Espresso to get started writing Integration tests for your app.