VS2010 Load Testing: How can I perform custom action that is run once prior to each load test

后端 未结 2 1156
迷失自我
迷失自我 2020-12-12 01:53

Basically, I need to restart particular service prior to each load test being run and there is no problem with the restart itself. I\'ve researched for a while and haven\'t

2条回答
  •  难免孤独
    2020-12-12 02:35

    Another option, especially if you are calling something on the command-line anyway, is to specify a Setup script in the active TestSettings:

    enter image description here

提交回复
热议问题