Testing in iOS | raywenderlich.com

Testing is a great way to help ensure the pieces of your app remain functionally correct and bug-free. Explore Unit Testing, UI Testing, Test-Driven Development, and more!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/25842120-testing-in-ios

Good video but needs more in depth info on UI testing. For example is there a way to query and find Stack container Views it seems like only individual controls can be found, even when using identifier names.