Skip to content

Testing framework and methodology

Sam Kazerouni edited this page Oct 2, 2016 · 5 revisions

Testing Framework

For UI testing, Xamarin has an internal library called Xamarin.UITest to validate the ui of iOS and Android devices. We are not planning to release on other devices such as Windows Phone so this will do the job for us.

Unit testing will be done using NUnit since this is what UITest is done with and we want to keep the testing consistent with each other

Database

Additional tools

-Resharper

Clone this wiki locally