Software Development Fundamentals — Question 25
Which two types of information should you include in an effective test case? (Choose two.)
Answer options
- A. the expected result from testing the case
- B. multiple actions combined as a single step to test the case
- C. any pre-conditions necessary to test the case
- D. the stakeholders who originated the test case
Correct answer: A, B
Explanation
The correct answers, A and B, focus on the expected results and the grouping of multiple actions, which are crucial for clarity and efficiency in testing. Options C and D, while relevant in some contexts, do not directly pertain to the fundamental components that make a test case effective.