Test steps are action-oriented and describe the registration process, the expected result outlines the desired outcomes, and the actual result provides observations on what actually occurred during the execution of the test case.
Each section serves a unique purpose and together forms a comprehensive test case.
Any discrepancies between the expected and actual results can be easily identified and addressed.
Test steps, expected results, and actual results in test cases should be distinct and unique to
provide clarity, avoid ambiguity, and facilitate effective communication between testers and
other stakeholders. Here are some guidelines on how to make them differ and unique:
Test Steps:
1. Sequential and Clear:
• Test steps should be listed in a sequential and clear manner.
• Each step should represent a specific action that the tester needs to perform.
2. Action-Oriented:
• Use action-oriented language in test steps.
• Clearly state what actions the tester should take, such as clicking buttons,
entering data, or navigating to specific pages.
3. Specific and Granular:
• Break down test steps into specific and granular actions.
• Avoid combining multiple actions within a single step to maintain clarity
Expected Result:
1. Outcome-Focused:
• Expected results describe the expected outcome or system behaviour after
performing the test steps.
• Focus on the end result rather than the intermediate steps.
2. Align with Requirements:
• Ensure that the expected results align with the requirements or acceptance
criteria.
• Link expected results to specific functionalities or user stories.
• Link expected results to specific functionalities or user stories.
3. Quantifiable and Measurable:
• Make expected results quantifiable and measurable whenever possible.
• Use specific values, states, or conditions to clearly define success.
Actual Result:
1. Observation and Recording:
• Actual results describe what actually happened when the tester executed the
test steps.
• Record observations without making interpretations or conclusions.
• Record observations without making interpretations or conclusions.
2. Detail Deviations:
• If there is a deviation from the expected result, provide detailed information
about the observed behaviour.
• Include error messages, unexpected outcomes, or any issues encountered.
3. Include Artifacts:
• Attach screenshots, logs, or any relevant artifacts to support the actual results.
• Visual evidence enhances the understanding of the observed behaviour.
• Visual evidence enhances the understanding of the observed behaviour.
Comments
Post a Comment