I use Xcode 7.2 to develop an app. Now I want to study to test iOS. I read the test introduction from https://developer.apple.com/library/prerelease/watchos/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/01-introduction.html#//apple_ref/doc/uid/TP40014132. How can I learn more about XCTestCase?
1
votes
2 Answers
1
votes
You can find many tutorials over the internet.The following few tutorials may help you better understanding.
http://rshankar.com/test-driven-development-in-ios-beginners-tutorial-part-1/
http://rshankar.com/test-driven-development-in-ios-beginners-tutorial-part-2/