The best way I have found to accomplish this is to create a .bat file which executes the test using the mstest command line tool, and setting this .bat to execute at a specific time using task scheduler. I currently do this daily on a project I am working on. Here are the steps oulined…
Software Development, Windows Phone 7
Michael Phelps Fans Windows Phone App
by Paul DeCarlo • • 0 Comments
Codeplex always has great resources for practical use in .NET Development. Recently, a Social Viewer Template has been released for the Windows Phone 7 @ http://socialviewer.codeplex.com With this release, you can easily create applications which interact with popular social media applications such as Twitter , Flickr, and Facebook. Using the current stable release, I modified…
Software Development, Windows Phone 7
Color Theory Windows Phone App
by Paul DeCarlo • • 0 Comments
Having some experience in XNA/Windows Phone Development and with the recent release of the new Windows Phone SDK, it seemed the time was ripe to try out some Silverlight Development on the Windows Phone targeted for the new 7.1 “Mango” firmware. I took on a project of creating a Color Theory Application for the Windows…
Coded UI, Visual Studio
Coded UI Test Editor in Visual Studio 2010 Feature Pack 2
by Paul DeCarlo • • 0 Comments
Microsoft has released Feature Pack 2 for Visual Studio 2010, and it contains a new built-in Coded-UI test editor. Get info and download the Visual Studio Feature Pack 2 Currently, it requires an MSDN subscription, but hopefully we will get to see this excellent tool released in all versions of Visual Studio. I’ve uploaded a…