How to Create DataBase Test plan
First 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. 2. Look for database related requirements in your requirements documentation. You should specifically look for requirements related to data migration or database performance. A good source for eliciting database requirements is the database design documents. 3. You should plan for testing both the schema and the data. 4. Limit the scope of your database test. Your obvious focus should be on the important test items from a business point of view. For example, if your application is of a financial nature, data accuracy may be critical. If you application is a heavily used web application, the speed and concurrency of database transactions may be very important. 5. Your test environment should include a copy of the database. You may want to design your tests with a test database...