Chapter 9. Testing – Spot the bugs

When we publish any application, it is important that it is bug free. This does not mean that bugs are free but that the application is carefully designed, developed, and tested so that all the found bugs are fixed.

We should take all the required time and effort to find and fix the bugs in the application. To do that, we should profile and test the application continuously and address all the edge cases.

In this chapter, we will explore key features of debugging, profiling, and testing Xamarin.Forms projects.

Debugging a Xamarin project

Debugging is a common part of the development process to remove unexpected behaviours from code files.

Both Xamarin Studio and Visual Studio have great tools to make it easy to detect ...

Get Xamarin 4 By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.