Chapter 8. Testing
Throughout the book, we have implemented patterns and best practices with the intention of separating the layers of our TripLog app, making it easier to maintain and test. In this chapter, we will write tests for our business logic by unit testing ViewModels, and we will write tests for our UI with automated UI testing.
Here is a quick look at what we will cover in this chapter:
Unit testing with NUnit
Automated UI testing with the Xamarin.UITest framework