Skip to content

evgenyneu/greeter-android

Repository files navigation

Testing an activity in Android Studio tutorial sample code.

This is a sample code for Testing activity in Android Studio tutorial.

Greeter android app

Clone this repository

git clone git@github.com:evgenyneu/greeter-android.git

Run the tests

  • Open the project in Android Studio.
  • In your project window expand app > java folders.
  • You will see two packages with the same name com.mycompany.greeter. The second one will have (androidTest). Right-click on that one.
  • Select Run > Tests in 'com.mycomp... from the context menu, the one with green Android robot icon.
  • Select your device or emulator in the next dialog and it will run the tests.

Run the tests

About

Sample code for "Testing activity in Android Studio" tutorial.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages