Here I'm listing some features of Apache JMeter:
Ability to load and performance test many different applications, server, protocol types:
- Web - HTTP, HTTPS (Java, NodeJS, PHP, ASP.NET)
- Java Objects
- LDAP
- SOAP / REST Webservices
- FTP
- Database via JDBC
- Native commands or shell scripts
- TCP
JMeter is very flexible to create test plan without going through the GUI, we can a test script with pure java. There are two important classes StandardJMeterEngine and HashTree. The first class is the main class which configures the Test Plan and executes it, the second class is the collection that holds the test plan elements which is required to run the test. If you want to learn more visit this website which explain the steps of testing with JMeter https://www.blazemeter.com/blog/5-ways-launch-jmeter-test-without-using-jmeter-gui
No comments:
Post a Comment