This document outlines an agenda for a presentation on unit testing in Xamarin. The agenda includes an introduction of the speaker, an overview of why unit testing is important, a discussion of the different Xamarin testing frameworks, demonstrations of unit testing shared libraries and portable class libraries, and a question and answer section. Key points are that unit tests run fast, encourage decoupling, validate interfaces early on, serve as documentation, and provide a safety net for refactoring. The document also outlines the different types of Xamarin projects that can be tested and where those tests can run.
Related topics: