TestingHeadspace
Tests in the workflow
This is a written question on a take-home: "how do you integrate tests into your development workflow?" Walk me through when and how tests run, from the moment you write code to merge and release.
Tests in the workflow
This is a written question on a take-home: "how do you integrate tests into your development workflow?" Walk me through when and how tests run, from the moment you write code to merge and release.
TestingShort answerExpert
An app with 40 modules and 8,000 tests takes 40 minutes of CI tests. How would you change…
#ci #test-plan
TestingShort answerBasics
In a delivery app's iOS project the unit tests and UI tests pass locally but fail now and…
#ci #test-plan
TestingMultiple choiceAdvanced
Which of the following cause flaky tests that fail only sometimes on CI? Select all that …
#flaky
TestingShort answerAdvanced
You want to introduce snapshot testing to your team. What problem does snapshot testing s…
#ci