Is there a way to automate Jmeter to run a number of testplans

主宰稳场 提交于 2019-12-11 23:56:01

问题


Is there a way to automate Jmeter to run a number of test-plans? Suppose I want to perform an experiment and run same test with single varying field one after the another, and reports saves for every test individually.

For example: perform a number of tests by varying the ramp-up time so that I start it once and leave its for hours and comeback to see the whole experiment is performed.
I read somewhere that ANT can be used.


回答1:


I'd extract relevant variables to .properties files and execute tests passing different cfg file name every time. Jmeter.properties, user.properties, system.properties and similar are what you are looking for.



来源:https://stackoverflow.com/questions/31005140/is-there-a-way-to-automate-jmeter-to-run-a-number-of-testplans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!