简体   繁体   中英

Visual Studio Load Tests with XUnit

We need to create load and stress tests for a cloud application. Most tests will have to be coded instead of being recorded. Thus we need to integrate unit tests in the text mix.

Currently, we are creating a spike with Visual Studio 2015 Load Test Framework. We want to run the load tests from our local infrastructure as well as use Azure's cloud testing.

We would rather use XUnit instead of MS Test to write the unit tests. Is that possible? Do we have to write an plugin to achieve that?

Please check this question for the answer. Both NUnit and XUnit tests can't be added to a load test.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM