Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top