DEV Community

Cover image for The Ultimate guide to iOS unit testing with best practices — Part 1
Raksha for Canopas Software

Posted on

The Ultimate guide to iOS unit testing with best practices — Part 1

This is an ongoing series on writing Unit tests with best practices where we develop a TODO app with Effective tests.

.

We will develop a TODO app with list screen in this part using:

  • SwiftUI with UIPilot navigation
  • MVVM architecture
  • Swinject for dependency injection

We will have basic todo app ready at the end of this part.

The full application source code is available on github

For implementation or step by step guide, navigate to blog.canopas.com

Top comments (0)