Skip to content

Testing framework and methodology

Joseph Daaboul edited this page Oct 2, 2016 · 5 revisions

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

Clone this wiki locally