MSTest - Run “LoadTests” and Write Results to SQL Server Database
问题 If you want to configure your VS "Load Tests" to write the results to a database server, you use the following instructions. If you want to run your "Load Tests" through powershell on a separate machine(think TFS 2018 release step), you use the following instructions. I would like to do both, on multiple machines, in a automated manner, but there's not a great deal of documentation on this, I can run my tests like this: .\mstest /testcontainer:"C:\XXX\ABC.loadtest" But the results are kicked