Quiz: Component Testing
Test your knowledge of component testing with Cypress.
We'll cover the following...
1
What are spies used for?
A)
To simulate user interactions in the UI
B)
To track and verify function calls
C)
To stub external dependencies
D)
To generate random test data
Question 1 of 50 attempted
...