Menu

Home

Marcin Kowalczyk

Robot Framework JMeter Library

General

This library provides simple way to integrate Robot Framework and JMeter. JTL output
files can be analysed and converted to HTML, Python dictionary or SQLite format.
Following software versions were used during development:
- robotframework-2.8.7
- robotframework-ride-2.7.5
- JMeter 2.12
- python-2.7.5

Installation

  • run command: pip install robotframework-jmeterlibrary
    or
  • download, unzip and run command: python setup.py install
    or
  • download, unzip and copy JMeterLib.py file to a directory pointed by
    PYTHONPATH (for example ...\Python27\lib\site-packages).

History

Version 1.1 released on 25st of September 2015. What's new:

Implementation of change request http://sourceforge.net/p/rf-jmeter-py/tickets/2/:

" As a End User I want to have option to create smaller reports".

Keywords

JMeterLibrary keywords documentation created by libdoc

Example

JMeterLibrary example usage

Bugs, suggestions and change requests

In case of bugs, suggestions and change requests please report a ticket.