Learn automatic testing in Xcode. Start by creating a simple test app that intentionally crashes in given scenarios. Then review the code to find obvious bad practices and issues. Discover why unit testing is important and perform a simple unit test. Work with test cases before adding functionality. Then increase code coverage and learn why it's important. Finally work with different parts of the app to test specific functionality.
What You'll Learn
- Set up different UI tests for testing different parts of an app
- Perform simple unit test cases in a project
- Use test cases before adding functionality to ensure quality apps
Who This Video Is For
Professional developers or experienced programmers who want to incorporate best practices for testing their apps before publishing them.