Question 8 of 10Pro Only
What is snapshot testing? When should you use it and what are its limitations?
Sample answer preview
## What is Snapshot Testing? Snapshot testing captures the **rendered output of a component** and saves it to a file. Future tests compare against this snapshot to detect unintended changes.
snapshot testingtoMatchSnapshotinline snapshotUI testingregression