Quantcast
Channel: Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more
Viewing all articles
Browse latest Browse all 4370

New Video Tutorial Series: Testing in iOS

$
0
0

As part of this year’s iOS 9 Feast, we are releasing a new video tutorial series every Thursday.

This week, we are happy to release a brand new video tutorial series – Testing in iOS by Greg Heo!

UnitTestingVideos

Unit testing lets you prove the correctness of your code. You can ensure your objects work as intended, prevent bugs from reappearing, and new in Xcode 7—automatically test parts of your UI.

In this series, Greg demonstrates the basics of the XCTest framework. You’ll learn how to write unit tests to ensure an interface works as expected, then move on to test asynchronous tasks and performance tests.

In the final two videos, you’ll learn how to write user interface tests, both manually and using the new recording features.

All 7 parts of the series are available today. You can check them out here:

We hope you enjoy this new video tutorial series, and thanks for subscribing! :]

The post New Video Tutorial Series: Testing in iOS appeared first on Ray Wenderlich.


Viewing all articles
Browse latest Browse all 4370

Trending Articles