Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Apps Testing

Tags:

android

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.

like image 435
Sasirekha Samiyappan Avatar asked Oct 21 '22 19:10

Sasirekha Samiyappan


1 Answers

Please check the Android Developers site here for "How to test android Applications". First you have to know the tools of testing and how the testing structure would be...

like image 186
Avadhani Y Avatar answered Oct 29 '22 19:10

Avadhani Y