we currently use a windows UI form and ComboBox to select a particular test to run. Within the code we specifically feed in the name of the tests to run that get passed to the application to run them. I'm just wondering if there is a way to get the ComboBox in the UI form to read through the explorer under the default collection, or a folder within that and pull the names of the solutions and the projects within the solution.
For eg ComboBox_1 would find the solutions in a folder and you could select one. ComboBox_2 would look inside the chosen solution for all the projects under it and one of these could be selected. Button_1 would then run the selected project.
Please let me know if you need anything else or if that isn't clear. Cheers in advance.