Getting started with JMeter

JMeter may be used to test performance, to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. First download and install all necessary packages: 1. Java – http://www.oracle.com/technetwork/java/javase/downloads/index.html – Setup the environment variables 2. Jmeter – Download Jmeter from following website, […]

Read more
How to integrate a JUnit4 – Webdriver test into JMeter

JMeter is an open source load testing tool, with many capabilities. One of the many interesting things which can be done is to integrate a webdriver test into a JMeter test suite. Before start make sure that Java and JMeter properly installed, and the webdriver libraries are downloaded. You can download them from the following […]

Read more