What is the role of documentation in QA?
What is the role of documentation in QA?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Purushottam RathorePosted Dec 18, 2009, 5:22 AM
Documentation plays a critical role in QA. QA practices should be documented, so that they are repeatable. Specifications, designs, business rules, inspection reports, configurations, code changes, test plans, test cases, bug reports, user manuals should all be documented. Ideally, there should be a system for easily finding and obtaining of documents and determining what document will have a particular piece of information.
Mahesh ChandPosted Dec 18, 2009, 10:32 AM
As Dharmendra said, Requirements Documentation (SRS) plays a major role if it is correct. Documentation should explain what QA team should be looking for related to validations and data entries. QA team should go check one by one all the points mentioned in the SRS and make sure application meets all the requirements.