c# - Cannot run load tests because Visual Studio opens them with an xml editor -
usually, when open .loadtest file in visual studio, file being opened graphic ui allows me, among other things, run load tests. i'm using visual studio 2010 on different machine , loadtest file being opened xml editor. how make visual studio open file load tests gui?
i can't find load test gui option when right clicking file , choosing "open with".
you can revert ui xml.
right click on .loadtest file in viual studio project
click on openwith option
choose load test editor(default)
click on ok
it revert .loadtest xml view ui view.
Comments
Post a Comment