Wednesday, August 28, 2024

Sample database test plan

Here are some tips to create a good database test plan:


1. Database testing can get complex. It may be worth your while if you create a separate test plan specifically for database testing.

Tuesday, August 6, 2024

Regression testing

First, the basics. The term "regression" is used to describe the decay, weakening or degeneration of software. Software is modified to add enhancements to it, fix known defects, make performance improvements, make the code more maintainable or make the code compliant to patterns. But, software can regress when it is modified. This can happen in a number of ways:

a. The faulty design is re-used to create an enhancement