TestingPandorainterview report
Testing a playlist view model
A music app's playlist ViewModel takes a track list from a Repository and produces loading, success, and error states. How would you test those state transitions without a real network?
Testing a playlist view model
A music app's playlist ViewModel takes a track list from a Repository and produces loading, success, and error states. How would you test those state transitions without a real network?
TestingShort answerIntro
A teammate says they'd rather build one more feature than spend the time writing tests. H…
#unit-test
TestingShort answerIntro
What's the difference between unit tests, integration tests, and UI tests?
#unit-test
TestingShort answerBasics
What is a test double?
#fake
TestingShort answerAdvanced
You have dozens of UI tests that are slow and break often. How would you restructure the …
#unit-test