Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot run load tests because Visual Studio opens them with an xml editor

Usually, when I open a .loadtest file in Visual Studio, the file is being opened with a graphic UI which allows me, among other things, to run the load tests. I'm using Visual Studio 2010 on a different machine now and the loadtest file is being opened with an xml editor. How do I make Visual Studio open the file with the load tests GUI?

I can't find any load test GUI option when right clicking the file and choosing "open with".

like image 676
snakile Avatar asked May 20 '13 07:05

snakile


1 Answers

You can revert back it to UI from xml.

Right Click on .loadtest file in viual studio project

Click on OpenWith Option

Choose Load Test Editor(Default)

Click on OK

It will revert back .loadtest xml view to UI view.

like image 96
dimyo Avatar answered Oct 12 '22 10:10

dimyo