Git Product home page Git Product logo

jmeter-ui's Introduction

jmeter-ui

仿照Jmeter的界面做的Web UI。比Jmeter更简便,更多的功能,比如写脚本不用查文档,直接给出常用脚本的模板(例如IfController),比如输入框可选择函数而不是自己查文档填写(现在还没做),等等

Demo

JmeterUI的几个优点

  1. 没有版本升级导致的兼容问题,JmeterUI的输入输出均为jmx,中间过程数据不存储(jmx -> model -> jmx)。
  2. 开发简单,数据结构清晰,按照Jmeter的控件做即可。
  3. 可以实现与Jmeter一致的复杂测试脚本。
  4. 比Jmeter更方便,Jmeter中很多需要写脚本的地方只能查文档,JmeterUI可以直接给出常用的脚本,不用再去查文档,例如IfController
  5. 反正都是自己做的,想要啥就有啥。

v1.0

  • 主界面: 左右分栏可拖拽
  • 提供基础接口: 导入jmx,输出JMX对象,生成jmx文件,导出jmx文件,json与xml互转
  • 完成基本控件: TestPlan, ThreadGroup, HttpSampler, IfController, HeaderManager
  • 完成左侧树基本功能,菜单,增删改查,可拖拽(根据控件判断是否可拖拽)

v1.1

  • 提供国际化
  • 完成常用控件: TCPSampler, JDBCSampler, ResponseAssertion, DurationAssertion, JSONPathAssertion, CookieManager, DNSCacheManager, JSR223PreProcessor, JSR223PostProcessor, RegexExtractor, JSONPostProcessor, XPath2Extractor,ConstantTimer

Jmeter-UI

jmeter-ui's People

Contributors

q4speed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.