In visual studio there is the so called 'test view' that provides an overview of all unit tests within the current solution/project.
I wonder if it is possible to embed this view into a standalone application. The idea is to have a standalone application that lets you run special integration tests on a staging system.
Any ideas?