Software project test plan

What is a software project test plan?

A test plan is the master document that contains all details pertaining to testing of the application. Its contents include:

- Testing scope - what is included and what is not included in the testing of the current project

- Assumptions - what are the assumptions that are made for this project

- Milestones - major dates like when testing is going to begin, when it is planned to end, what is the trace review date, what is the production date etc.

- Resources - the resources working on this project along with their contact details

- Defect tracking mechanism - what defect tracking tool will be used, what is the SLA for fixing Critical to Low level IRs etc.

- Test management procedures - who will be notified when there is a critical IR, what reports will be sent daily, if status calls will be held daily or weekly, where will it be held, who is required to join etc.

- Work allocation - resource distribution if more projects are being tested

- Entry and exit criterion - when can a project be accepted for testing (eg. only when smoke testing passes) and when can a project be termed as testing complete (eg. when all testcases are executed and all high level bugs are fixed)
Automated testing over manual testing
Automation is chosen when - A same set of tests need to be repeated again and again.......
Quality Assurance vs. Quality Control
SQA verifies if the process that is followed to create a product is effective and does not contain process defects whereas SQC verifies the actual product itself.................
Software Quality and Configuration Management
Software quality is defined as the extent to which a software meets its requirements. A high quality software is defect free................
Post your comment