Do MSTest deployment items only work when present in the project test settings file?

前端 未结 7 1780
不思量自难忘°
不思量自难忘° 2020-11-28 18:44

I can\'t seem to grasp how MSTest deployment items are supposed to be configured. I have been able to get them working properly by modifying the project\'s test settings fil

7条回答
  •  天命终不由人
    2020-11-28 19:17

    If you need separate deployment item in individual test cases then please go ahead and use [DeploymentItem("string file path")] attribute in each test cases.

提交回复
热议问题