Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
Technical Documentation in Quality Management
Quality serves as the backbone of excellence in an organisation. Trust is the building block of stature for an organization. In today’s world of globalization with highly skilled professionals, the customer’s focus is on a quality product, as quantity alone is not good enough.
The organization’s profit relies solely on the quality of its product. Documentation plays a key role in quality management. It is an important medium for answering questions and clearing doubts. Poor documentation is very likely to affect the product quality. Proper documentation will save the organization time and avoid waste of man hours.
Each milestone in the project needs to be properly planned and documented so that it can then serve as a guide during the entire process of quality management. The documents should be regularly reviewed, updated and tested for usability to ensure quality and standards. Proper documentation also serves as an important tool in tracing records for quality audits.
Documentation is necessary right from the pre-development phases and throughout the entire software development life cycle.
Requirement gathering phase:
- The documentation at this phase should contain product outline according to the client requirements.
- A rough project schedule is also created at this stage.
- Constraints like time and cost and also the feasibility of the project are considered while documenting project schedule.
Specification Phase:
- Once the requirements are clearly understood, a software requirements specification document (SRS) is to be prepared by the quality control team.
- The SRS must be have a clear description of the users interaction with the software system.
- All milestones should be clearly indicated in the document.
- The inputs to the system and the expected outputs are to be clearly documented to avoid any ambiguity.
- The specification document of the product will be considered as the contract. The product is to be delivered after making sure that it satisfies all the specifications.
- This document should be thoroughly checked for its accuracy as it plays a vital role in the testing and maintenance phase.
- The pre-conditions and the test environment required should be clearly documented as this document serves as a reference for writing test cases.
- The SRS is to be kept updated as and when there is a change in product specifications.
Design Phase:
- The design document should have clear illustrations of the UI designs as per the client specifications.
- This document needs to be reviewed by the client to avoid confusion or complications in the upcoming phases.
- Detailed design specification diagrams and entity relationship diagrams are also required to provide clear view of the product.
- Use case diagrams to indicate users interactions with the system should also be documented at this stage.
- The design document should contain proper description of the proposed server architecture, the platforms supported, etc.
Implementation Phase:
- Documentation during this phase should contain the overall scope of how the project is to be implemented.
- The database schema, the constraints, constants used need to be documented correctly for future reference.
- Source code documentation is also required for reference during bug fixing and/ enhancement.
Testing Phase:
- Test scenarios need to be documented considering the specification
- Test cases/scripts are to be systematically written for every possible test scenario.
- Any assumptions and the pre-conditions are to be clearly indicated.
- Test report is required to show consolidated test results. This document is the summary of final test results.
Deployment / Maintenance:
- User manuals should be written taking into consideration the target audience.
- Points written should be organized and written in proper hierarchy.
- Every instruction should be clearly mentioned irrespective of whether the users have prior knowledge about the product or not.
- Guidelines for implementation and code migration are also required to be documented for the System Administrator’s reference.
Here are some good practices to be followed while writing a technical document:
- Proofreading should be done to eliminate any grammar and/or spelling errors.
- The documentation should be in a consistent format. A standard outline should be followed every time to ensure consistency.
- The documents should be regularly updated and the latest ones are to be circulated.
- Facts documented should be correct and complete. Any ambiguities should be avoided.
- Assumptions should be avoided while documenting facts and figures
- The important points need to be highlighted so that it is easy to navigate through the entire document.
- The information mentioned should be clear, accurate and understandable.
- Font styles and formatting should be consistent over the entire document.