Forum Discussion
JVo
11 years agoNew Contributor
SmartBear customer care team was really helpful in looking into this issue for me. It turned out that TestComplete doesn't allow selection of individual unit test in the MSTest assembly file to run. In other words, we have to run all the tests in the MSTest assembly file. However, I converted these unit tests to NUnit test framework and was able to select individual test case to run.