質問

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