Can someone explain the file [* .testsettings] and [Download launch launcher options] in Visual Studio 2010?

I am using Visual Studio 2010 to run a load test with a web application. My test project includes the following tests: myload.loadtest consists of test1.webtest and test2.webtest.

  • test1.webtest

  • test2.webtest

  • myload.loadtest

My solution creates an automatically generated Local.testsettings file , and I can add another **** testettings *** files. Visual Studio says:

"Test parameters determine how tests pass are processed."

But in the load test file there is Run Settings .

I am completely confused in two settings. How are they intended to be used?

+3
1

, .

+5

Source: https://habr.com/ru/post/1795751/


All Articles