Framework for JMeter

流过昼夜 提交于 2019-12-11 03:28:35

问题


I recently started learning JMeter for doing performance testing our application.
I have a testplan (.jmx) and run it periodically by using Jenkins + Ant.
It is good so far.

My question is - we have a Keyword driven framework, TestNG ..etc for functional testing tools QTP, Selenium.

So, do we have any framework like that for JMeter? Or what is your framework?
How do you maintain your JMeter test plan?

Any inputs will be greatly appreciated.
Thanks.


回答1:


Suppose you may be interested in Ruby-JMeter project - Ruby-based DSL for building JMeter test plans (+ link to project on github).

As well you can use Maven as alternative to Ant to run your automated JMeter tests:

  • JMeter Maven Plugin
  • JMeterMavenPlugin on JMeter Wiki
  • JMeterMavenPlugin on stackoverflow
  • Automated Performance Testing with JMeter and Maven


来源:https://stackoverflow.com/questions/23572637/framework-for-jmeter

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