Integrate Silverlight Unit Testing with Visual Studio 2008 Test Results Panel? -


Instead of opening a new event in my Silverlight Test app in the browser, to run my Silverlight Unit Test from Visual Studio Would like to

Apparently this is possible (- Search for "Visual Studio Team Test Log Provider Output") .... but I do not know how do you enable it, do anyone know ?

It would be great if these tests would run from the "Take part in the solution of all tests" button (Ctrl + R, A).

The blog post you specify clearly states that this is only output and the Visual Studio Team Testing System With Silverlight does not integrate UT. It will only produce in a TRX format which can be opened within Visual Studio within that window. You still can not run your Silverlight Test with BDDI, you will need to run them from the web browser test.

I agree that if the test is run by "All Test runs will run the solution" button, but with today's current tool it is not possible.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -