

I'm adding functionality so that when a user double clicks on a node in a GUI (where there is one for every method and property in a file) it loads up visual studio and highlights that method or property.īefore launching a new Visual Studio, I check all the open visual studios to see if they have a Solution which already contains this file and if so perform all the logic on that. there is no reference to a project or solution). This is all done at the source file level (i.e. I'm creating a program that looks at source files and performs certain checks on them.


vsmdi is checked out automatically by VSTF because test solution is under source control. vsmdi file.Įvery time they create a new test case the. Since the number of test cases is pretty big (~5000+ manual) they always have problems with the. vsmdi file with large number of tests and testers Our QA team (~50 people) have been adding, organizing and running test cases in VSTS for weeks now.
