Intermediate
Software Testing & QA
Q74 / 100
What is "snapshot testing" (common in UI component testing)?
Correct! Well done.
Incorrect.
The correct answer is A) Capturing the rendered output of a component and comparing it against a previously saved reference to detect unintended changes
A
Correct Answer
Capturing the rendered output of a component and comparing it against a previously saved reference to detect unintended changes
Explanation
Snapshot tests flag any difference from the stored snapshot, prompting a review to confirm whether the change is intentional or a regression.
Progress
74/100