|
Answer» Following are some of the features of JMeter:
- Its free. Its an open source software.
- It has simple and intuitive GUI.
- JMeter can load and PERFORMANCE test many different server types: Web - HTTP, HTTPS, SOAP, Database via JDBC, LDAP, JMS, Mail - POP3
- It is platform-independent tool. On Linux/Unix, JMeter can be INVOKED by CLICKING on JMeter shell script. On Windows it can be invoked by starting the jmeter.bat file.
- It has full Swing and lightweight component support (precompiled JAR uses packages javax.swing.* ).
- JMeter store its test plans in XML format. This MEANS you can generate a test plan using a text editor.
- It's full multi-threading framework allows concurrent sampling by many threads and simultaneous sampling of different functions by separate thread groups.
- It is highly Extensible.
- Can also be used to perform automated and functional testing of your application.
Following are some of the features of JMeter:
|