Implementation Testing Process
Implementation Testing Process
1. Unit testing
2. Integration testing
3. Regression testing
4. System Testing
Unit Testing:
Integration Testing:
Regression Testing:
Regression testing is a type of testing where you can verify that the
changes made in the codebase do not impact the existing software
functionality. For example, these code changes could include adding
new features, fixing bugs, or updating a current feature.
After applying the fix , I rested again same process and confirmed
issue got fixed in instance level
System Testing: