The default project in Android Studio has two test folders.
First src/androidTest . This folder already existed in the previous version of Android Studio. However, since some time, by default src/test has a new test folder and a new dependency testCompile 'junit: junit: 4.12' in build.gradle .
My question is: What folder do I use for testing and the differences between them?
android android-studio junit android-testing
lopez.mikhael Dec 21 '15 at 14:03 2015-12-21 14:03
source share