简体   繁体   中英

Unit-tests in Microsoft Test Manager

I need to organise the launch Unit-Tests in MS Test Manager. Can It be done? I create controller but I can't specify path for my solution or tests dll.

I'm not sure that launch Unit-Tests in Microsoft test manager are possible, but my boss requires it.

What you should probably do is setup your build server to run the tests. Then use test manager to trigger a build, which will in turn run the tests.

There's not much value in running the tests again on previously built code as it won't have changed. The tests should run on the code as it builds and then again when the code changes and is consequently rebuilt.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM