I am new to android apps testing. I have downloaded a free android apps (.apk file) and like to test that android application.
What I did, I have installed that .apk file in command prompt using this cmd
” adb install .apk “ File got installed then I have tested the app in an emulator.
But I want to know how to do all kinds of testing for an android application Or otherwise what and all basic testing we need to know when we are going to test an android application.
Suggestions will be appreciated.
Please check the Android Developers site here for “How to test
androidApplications”. First you have to know the tools oftestingand how the testing structure would be…