简体   繁体   中英

Load test execution time in visual studio 2010

I have created a set of tests in visual studio ultimate for load testing.

I am using MsTest for the testing:- The execution time of the tests is part of the output from the load tests. I was wondering if the [TestInitialize] time was included in the test time ?

TestInitialize runs before each test, so no, it's not included.

TestInitializeAttribute Class

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