Testing
Why unit tests
A teammate says they'd rather build one more feature than spend the time writing tests. How would you make the case for unit tests?
Why unit tests
A teammate says they'd rather build one more feature than spend the time writing tests. How would you make the case for unit tests?
TestingMultiple choiceIntro
Which conditions does a method need before XCTest recognizes and runs it as a test? Selec…
#xctest
TestingShort answerIntro
What's the difference between unit tests, integration tests, and UI tests?
#unit-test
TestingShort answerAdvanced
You have dozens of UI tests that are slow and break often. How would you restructure the …
#unit-test
TestingMultiple choiceBasics
In the XCTestCase below, which order are the calls made in when testA and testB run? …
#xctest