I am trying to run the test unit from the TestExeucte command line because I want to run a sub set of tests to verify my environment before I run the entire suite.
Is there a way to run a group of tests? For example if I were to create a group in the TestItems , is there a way to run just that group of tests from the command line? I realize I could modify the TestItems and save it somewhere else and copy the file back and forth when I want to run my verification tests, but it would become problematic when something else in the mds file changes.
Thanks