Scenario: You're mocking HTTP calls in automated tests


Scenario: You're mocking HTTP calls in automated tests.

Question: Do your tests reference the mock data structure? Or do you hard-code the expected values in your tests?

Which approach do you prefer? Why?

View original on X