How to add Unit Testing for a fragment not the UI test
I want to add test cases for a fragment where my UI and logical parts are mixed, and my validations also require some UI behaviors according to the business logic.
I want to add test cases for a fragment where my UI and logical parts are mixed, and my validations also require some UI behaviors according to the business logic.