Sponsored Links
-->

Friday, August 17, 2018

Software Testing Tool - Apache JMeter
src: www.utest.com

Apache JMeter is an Apache project that can be used as a load testing tool for analyzing and measuring the performance of a variety of services, with a focus on web applications.

JMeter can be used as a unit-test tool for JDBC database connections, FTP, LDAP, Webservices, JMS, HTTP, generic TCP connections and OS native processes. One can also configure JMeter as a monitor, although this is typically considered ad hoc rather than advanced monitoring. It can be used for some functional testing as well.

JMeter supports variable parameterization, assertions (response validation), per-thread cookies, configuration variables and a variety of reports.

JMeter architecture is based on plugins. Most of its "out of the box" features are implemented with plugins.


Video Apache JMeter



JMeter Plugins

JMeter Plugins is an independent project for Apache JMeter. Each plugin serves different purpose and expedites the process of creating and executing JMeter Test Plan. Users can install the plugins via Plugin Manager. Currently there are 64 plugins available.


Maps Apache JMeter



Releases

Source:


JMeter Tutorial: What's New in JMeter 3.2 - YouTube
src: i.ytimg.com


See also

  • iMacros
  • Performance Engineering
  • Selenium (software)
  • Software performance testing
  • Software testing
  • Web server benchmarking

Introduction to Apache JMeter - A Quick guide
src: www.frugaltesting.com


References


Jmeter Tutorials | How to Calculate Throughput in Apache Jmeter ...
src: i.ytimg.com


External links

  • Official website
  • Example of JMeter Custom Plugins

Source of article : Wikipedia