According to the PMBOK® Guide, specifically within the Control Quality process, Checksheets (also known as tally sheets) are one of the seven basic quality tools used to organize data in a format that yields effective information about a specific quality problem.
Definition and Purpose: A checksheet is a structured, prepared form for collecting and analyzing data. It is especially useful for gathering attributes data while performing inspections to identify defects.
Attributes Data: This refers to qualitative data that can be categorized (e.g., " Pass/Fail, " " Yes/No, " or " Type of Error " ). When a project team inspects a deliverable, they use the checksheet to mark the frequency or location of specific defects they find.
Application:
Data Collection: It provides a consistent way for different inspectors to record data.
Trend Identification: Once the data is gathered on a checksheet, it is often used as an input for other tools, such as creating a Pareto diagram to determine which defects are occurring most frequently.
Example: In a software project, a checksheet might list common bug types (e.g., " UI Glitch, " " Logic Error, " " Security Vulnerability " ). As testers find bugs, they place a tally mark next to the corresponding attribute.
Comparison with other options:
A. Histograms: These are bar charts used to show the graphical representation of numerical data distribution. They show the central tendency and dispersion of a data set, but they are a method for displaying data rather than the primary tool for gathering attribute data during an inspection.
B. Scatter diagrams: These are used to plot data points on a horizontal and vertical axis to show how much one variable is affected by another (correlation). They do not collect raw attribute data during inspections.
C. Flowcharts: Also known as process maps, these display the sequence of steps and the branching possibilities that exist for a process. They help in understanding how a process works and where quality issues might occur, but they are not data collection forms for defects.
Submit