Error Handling Lab
In today’s lab, we are going to continue adding Error Handling to our MVC Movies Application.
Step 1: Adding Null Checking
With a partner, add null validation throughout the rest of your MVCMovies application.
✅ Invite your instructor into your room to verify!
Step 2: Adding Validation
With a partner, add validations throughout your MVCMovies application. When working on the Review validations, you will need to add New
and Create
actions; this is great practice for creating related resources in an MVC app!
✅ Invite your instructor into your room to verify!
Step 3: Sad Path Testing
Spend ten to fifteen minutes researching “Sad path testing”. Send a description of sad path testing in your own words to all instructors.
Then add two “Sad path” tests to your application.
✅ Send a screenshot of your tests to your instructors!