Software Testing and Software Quality Assurance Videos and Tutorials: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development
 

OCUnit and UI Automation Testing for iOS

OCUnit framework and the UIAutomation framework allow developers to create unit tests with code coverage, and user interface level testing suites. This video teaches how to create an OCUnit project in XCode and then write and debug OCUnit test cases. It presents the limitations of OCUnit and how some of them can be mitigated with testing using the Instruments tool and the UI Automation framework.