博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Load testing with Visual Studio Ultimate
阅读量:7114 次
发布时间:2019-06-28

本文共 613 字,大约阅读时间需要 2 分钟。

Testing steps:

 

  • Create a Class Library project, right-click menu to add a "Unit Test" cs file and add Test Method in that file.
  • Right-click on the project above, add a "load test".
  • Continue default settings until "Test Mix" page, click "Add" button to select unit test method into load test.
  • In "Counter Sets" page, we can use controller-agent mode to do load testing on multiple machines (one controller, multiple agents).
  • Right-click scenario, "Edit Test Mix", select unit test method as initialize test(execute before other tests) and terminate test(execute after other tests).
  • Right-click scenario, "Run Test".

 

转载地址:http://aughl.baihongyu.com/

你可能感兴趣的文章
SylixOS PCI BAR寄存器
查看>>
SharedPreferences.Editor 的apply()与commit()方法的区别
查看>>
php基础语法
查看>>
Synchronized及其实现原理
查看>>
GitLab 使用git push 出现RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
查看>>
计算机编程从入门到精通,如何才能快速入门
查看>>
Rsync小规模备份
查看>>
shell编程
查看>>
Linux 增强
查看>>
Android 字符串使用switch
查看>>
入门一班 20180918 find 文件后缀名
查看>>
Java虚拟机系列之Java内存结构简介
查看>>
MongoDB复制集
查看>>
「数据治理那点事」系列之三:不忘初心方得始终,数据质量管理要稳住!
查看>>
Python2 升级 Python3
查看>>
自己写博客的第一天
查看>>
解锁普惠AI开发,华为云ModelArts一站式AI开发平台
查看>>
How to monitor Linux UDP buffer available space?
查看>>
C、读文件中的一行数据
查看>>
【offer去哪了】我一连面试了十个Java岗,统统石沉大海!
查看>>