I am new to windows phone development and Visual Studio. I am writing a windows phone app on Visual Studio Express for Windows. This app has some WinRT components. To unit test this app I used Windows Phone Unit Test App. This Test app run on Windows phone. Is there anything for windows phone from which i can unit test the app apis on desktop itself if yes how can i achieve that?
Is there any maven plugin support for windows phone which does unit testing?
The basic idea behind this is to integrate it with Continuous integration server
Thanks in Advance