Quality Testing

Quality is delighting customers

Apache JMeter is open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

Apache JMeter features include:

1. Can load and performance test many different server types:
- Web - HTTP, HTTPS
- SOAP
- Database via JDBC
- LDAP
- JMS
- Mail - POP3(S) and IMAP(S)
2. Complete portability and 100% Java purity .
3. Full multithreading framework allows concurrent sampling by many threads and simultaneous sampling of different functions by seperate thread groups.
4. Careful GUI design allows faster operation and more precise timings.
5. Caching and offline analysis/replaying of test results.
6. Highly Extensible:
- Pluggable Samplers allow unlimited testing capabilities.
- Several load statistics may be choosen with pluggable timers .
- Data analysis and visualization plugins allow great extendibility as well as personalization.
- Functions can be used to provide dynamic input to a test or provide data manipulation.
- Scriptable Samplers (BeanShell is fully supported; and there is a sampler which supports BSF-compatible languages)

JMeter is not a browser. As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pages. Nor does it render the HTML pages as a browser does (it's possible to view the response as HTML etc, but the timings are not included in any samples, and only one sample in one thread is ever viewed at a time).

For more information, you can refer: http://jakarta.apache.org/jmeter/

Tags: JMeter

Views: 34

Replies to This Discussion

Download Jmeter


First off, download Jmeter using http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi . Unzip the downloaded file into a directory. lets say the directory as [JMeter-Root].

In order to run JMeter, you need to run one of the following:
•[JMeter-Root]/bin/jmeter.bat (in Windows)
•[JMeter-Root]/bin/jmeter (in Unix)

thankyouforjoiningtoyourgroup

RSS

TTWT Magazine

Advertisement

You Can


Call for Articles

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2012   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service