Saturday, January 25, 2014

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 links:

The following step is to create a new project in Eclipse with a webdriver test. To keep it simple the test just hits the google.com page, and will check its title.
To create a project:
- Click File -> New- > Java Project
New Java Project
New Java Project
- Enter project name -> click Finish
New Java Project Name
New Java Project Name

No comments:

Post a Comment