简体   繁体   中英

Configure Load test in Visual Studio 2012 ultimate

I am currently using the load wizard to create a new load test in Visual Studio 2012. Through this wizard I can configure load distribution, virtual users etc. When I open this load test file through a xml editor, it shows a xml file which is a very long list of different nodes.

My question is that I want to create the load test not through the wizard but rather than code and generate all these settings through an xml file. Is there a way to write a code for load test project. Any help appreciated!

You can add a load test plugin, where you can read a config/xml file and set the values. For more details on Load Test Plugin see this link

Thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM