0
0
Testing Fundamentalstesting~5 mins

Test case components (steps, expected, actual) in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ATest Steps
BExpected Result
CActual Result
DTest Summary
What does the Expected Result in a test case represent?
AThe correct behavior the software should show
BThe list of test steps
CWhat actually happened during testing
DThe test environment details
If the Actual Result differs from the Expected Result, what should you do?
AIgnore it
BReport a defect
CChange the Expected Result
DSkip the test
Which component records what really happened when running the test?
ATest Case ID
BExpected Result
CTest Steps
DActual Result
Why should test steps be clear and simple?
ATo make tests longer
BTo confuse testers
CSo anyone can follow them easily
DTo avoid writing expected results
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.