- Using Physical device and apk
- Using Emulator and Apk
- Directly Running in Android Studio ( Recommended )
Every time a new commit is merged into the develop
branch an apk is released in the apk
branch. To Navigate to apk
Branch see here:
If you want to do manual testing of the application without setting up the development environment, you can download this app-debug.apk and install it on your Android device.
For Testing on a physical device tick the option here :
Now click the apk to install !
- Now Open the project in Android Studio
- Wait untill all background process are finished
- Click on the AVD button or select from already created devices in Android studio
- For information on how to create an Emulator and Run it visit Creating an AVD
- Now Run the Emulator you have created
- Navigate to the apk file downloaded
- Drag and Drop the Apk file into the Emulator.
- Now just look for the App in App tray and click to open.
- Clone the repository follow the instructions here.
- Repeat step 1-5 of Testing on Emulator with APk
- Press the Run 'app' button now as shown
- Wait for the emulator to load up. Rest the IDE would handle. ;)
- Now your app is ready to test any changes made (ps: make sure to press run 'app' button to reinstall the app in emulator)
- Now Test the app as required. :)
If you want ideas of test cases to use when testing the mobile application business logic, you can check this set of Quality Assurance test cases page from anitab-org/mentorship-backend repository.
Resources: - Apk branch - app-debug.apk - Quality Assurance test cases