Recall & Review
beginner
What are the main components of a test case?
The main components are:<br>1. Test Steps: The actions to perform.<br>2. Expected Result: What should happen.<br>3. Actual Result: What actually happened during testing.
Click to reveal answer
beginner
Why is the 'Expected Result' important in a test case?
It defines the correct behavior of the software. It helps testers know if the software works as intended by comparing it with the actual result.
Click to reveal answer
beginner
What should you do if the Actual Result does not match the Expected Result?
You should report a defect or bug because the software is not working as expected.
Click to reveal answer
beginner
Test Steps in a test case are like what in real life?
They are like a recipe or instructions you follow to bake a cake. Each step guides you to the next action.
Click to reveal answer
beginner
What is the difference between Expected Result and Actual Result?
Expected Result is what should happen if the software works correctly.<br>Actual Result is what really happens when you run the test.
Click to reveal answer
Which component of a test case describes the actions to perform?
✗ Incorrect
Test Steps are the specific actions you follow to test the software.
What does the Expected Result in a test case represent?
✗ Incorrect
Expected Result defines the correct behavior or outcome expected from the software.
If the Actual Result differs from the Expected Result, what should you do?
✗ Incorrect
A difference means a bug or defect; it should be reported.
Which component records what really happened when running the test?
✗ Incorrect
Actual Result shows the real outcome observed during testing.
Why should test steps be clear and simple?
✗ Incorrect
Clear steps help testers perform tests correctly and consistently.
Explain the three main components of a test case and why each is important.
Think about what you do, what should happen, and what actually happens.
You got /4 concepts.
Describe what you would do if the Actual Result does not match the Expected Result during testing.
Consider how testers communicate problems.
You got /3 concepts.