WindowsPhoneGeek

WPAppInfo

Login | Join (Why?)

rss rss rss
logo

WP7 Unit Testing - getting started

2/22/2012

source: networkedblogs.com

Testing is important and it can save you lots of time, to successfully setup a WP7 Unit Test project I recommend you to first obtain the 'NuGet Package Manager' Visual Studio 2010 extension, it will make it a breeze to retrieve the latest version of libraries and packages and add a reference to them. Here is a step by step guide on how to create your test project using the testing framework kindly provided to us by Jeff Wilcox:

  1. Open up Visual Studio and install NuGet if you do not have it: Tools -> Extension Manager, look for NuGet Package Manager in the Online Gallery.
  2. Create a new Windows Phone Application project, do not modify it right now.

...Read more

You can also follow us on Twitter @winphonegeek

Comments

Add comment to 'WP7 Unit Testing - getting started'

Comment

Our Top Articles & Free books

Our Top Tips & Samples