-
Notifications
You must be signed in to change notification settings - Fork 0
Application RecepieApp
Devrath edited this page Jul 11, 2021
·
2 revisions
Project-Source-Code
: Check here
Description
: In this application, There are some recipes in assets, we need to parse the recipes and display them in a list view, and on click of each row in the recipe list we need to display a detailed screen of that recipe and we can set the recipe as favorite and store the selection in shared preferences.
- Using espresso tool both in Instrumentation test and unit test
- Setting custom test runner, This is useful in switching the mode of storing the key/value pairs for shared preferences
- Using robot pattern - > Useful in separating what from how while writing the tests
- Testing elements that involve context -> How to test the functions that use context