How to write to Console.Out during execution of an MSTest test

后端 未结 5 1574
谎友^
谎友^ 2020-11-28 03:25

Context:
We have some users reporting issues with a file upload feature in our web application. It only happens occasionally and without any sp

5条回答
  •  醉梦人生
    2020-11-28 04:12

    You better setup a single test and create a performance test from this test. This way you can monitor the progress using the default tool set.

提交回复
热议问题