To an optimist, the glass is half full. To a pessimist, the glass is half empty. To a good tester, the glass is twice as big as it needs to be.
—Anonymous
Introduction
You cannot start writing tests without a deep understanding of how Xcode projects are built and how the testing layer integrates with it.
- 1.
The basic terms such as scheme, target, and project
- 2.
How to customize your testing flows using schemes and test bundles
- 3.
How to disable specific tests from running
- 4.
How to take advantage of Xcode 11 great feature – Test Plan – to take your testing flows to the next ...