문제

Hello I am trying to run driven tests in teamcity 6.5 since I am not familiar with .net terms and I don't know what are the assemblies list or how to create them can you please help me! thank you

도움이 되었습니까?

해결책

With the usual MSTest setup, when you build an MSTest project, you get a dll. A dll is an assembly (a .exe also is an assembly, and there are other, more exotic assembly types). Here's an SO question on that subject.

So what TeamCity wants in that list are the paths to the MSTest dlls it will feed to the test runner.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top