Can I add NUnit 3 tests to Visual Studio 2015 load tests?

前端 未结 2 365
迷失自我
迷失自我 2021-01-21 13:17

I have a testing automation framework written in C# with unit tests written in NUnit (not MSTest). I created a new Visual Studio Load Test

相关标签:
2条回答
  • 2021-01-21 14:18

    Until now there is no package or workaround, other then converting your NUnit tests to MSTests, to add your NUnit tests to a LoadTests. The same problem also applies for XUnit test. I hope MS will enable the possibility to add XUnit and NUnit tests to a LoadTest.

    A solution is that you can convert you NUnit test: http://www.stormbase.net/2010/01/12/converting-from-nunit-to-mstest/

    0 讨论(0)
  • 2021-01-21 14:19

    Yes you can. Try uninstalling the Nunit extension and readding it.

    0 讨论(0)
提交回复
热议问题