开发者

How do I run two different types of tests within the same build script in team build?

开发者 https://www.devze.com 2023-01-16 03:09 出处:网络
I have the following sequence of things to do in my team build script after the sources are compiled:

I have the following sequence of things to do in my team build script after the sources are compiled:

-) Sources compiled
-) Run BVT tests (all tests in dlls *.bvt.dll)
-) Set build quality to BVTs Passed (or Rejected, if tests fail)
-) Run Unit tests (all tests in dlls *.unittests.dll)
-) Set build quality to Unit Tests Passed (or Rejected, if tests fail)

Can I accomplish this using team build script for VS 2008? If so, h开发者_如何学编程ow?

EDIT: I have found a way to edit the build quality. Now all I need is to figure out how to run my tests in two stages. Anyone out there?

Thanks in advance!


A possible way to run accomplish is to write custom build tasks/workflow activities. Since there are no more alternatives presented, this is being marked as the answer. If there are other answers, they will be considered.

0

精彩评论

暂无评论...
验证码 换一张
取 消