Closed milkowska closed 1 year ago
As I'm developing my meal recipe app, there are several options for automated testing available to me. First, I can use unit testing to test individual units of code in isolation using JUnit or other testing frameworks. Second, I can use integration testing to test how different units of code work together using Espresso or Robolectric. Third, I can use UI testing to test the user interface of my app using Espresso or androidx.compose.ui.test. Finally, I can use end-to-end testing to test the entire app from the user's perspective using frameworks like Appium or Firebase Test Lab. By using a combination of these testing options, I can ensure that my app is thoroughly tested and reliable for my users.
Conduct an auto testing research to be potentially used in the future in this project