Testing scenarios
It’s a good practice to test for all the scenarios in the test environment before deploying the feature(s) to Production.
For example, test for all cases such as -
Positive Case
Negative Case
Null case
Bulk / Mass update Case
Types of Testing
Unit Tests
Integration Tests
Functional Tests
User Acceptance Tests (UAT)
Performance Testing
Regression testing