Mid Testing How do you decide what to test in your application? Focus on testing: Critical business logic.Edge cases and boundary conditions.Public methods and APIs.Error handling and exception paths.Code that is prone to bugs or complex.