Search code examples
c#mstestfitnesse

How to start fitnesse tests from ms test


I can see that it can be done from JUnit, I would like to run it from ms test framework instead. It is probably very similar.

thanks Kenneth


Solution

  • I am/was thinking that the easiest would be to write a unit test suite, containing a testmethod that starts fitness up as in another process. I.e. run it from command line and getting the result from the output file.

    not a ver unit testing way, since it is slow. It sound more like an integration test.