Generate test code for existing apps (Android, Kotlin) -- 2
Budget: $30 – $250 USD
The application that is made is an application about sharing stories, I have made the functionality of the application, but have not implemented the test code. I ask you to make me a test code for this application, with the following criteria:
1. Apply unit tests to existing functions in each ViewModel and Repository.
2. Implementing an integration test on the story list page. (Mark using the @MediumTest annotation).
3. Implement Idling Resources on asynchronous processes. (Not allowed to use thread sleep, delay, and the like).
4. Write the test scenario in a separate file with the name test-scenario.txt in the root of the project folder.
5. Add test cases for test scenarios, such as:
- blank data,
- data failed to load, or
- similar scenarios.
6. Make unit testing up to 50%. You can check it using another cover or library.
7. Implement end-to-end tests to ensure existing features run properly. (Mark using the @LargeTest annotation).
1. Apply unit tests to existing functions in each ViewModel and Repository.
2. Implementing an integration test on the story list page. (Mark using the @MediumTest annotation).
3. Implement Idling Resources on asynchronous processes. (Not allowed to use thread sleep, delay, and the like).
4. Write the test scenario in a separate file with the name test-scenario.txt in the root of the project folder.
5. Add test cases for test scenarios, such as:
- blank data,
- data failed to load, or
- similar scenarios.
6. Make unit testing up to 50%. You can check it using another cover or library.
7. Implement end-to-end tests to ensure existing features run properly. (Mark using the @LargeTest annotation).