Skip to content

Convert NFR document into a base JMeter template

License

Notifications You must be signed in to change notification settings

hseera/nfrtojmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API NFR Conversion To JMETER Base Template

Language Python MIT License

GitHub Last Commits GitHub Size Open GitHub Issue GitHub Open Issues GitHub Closed Issues

Convert NFR document into a base JMeter template. This simple python script takes an API throughput NFR in an excel file and converts into a Jmeter template which can then be enhanced with payload and other information. It is created to reduce the timeframe required to create new scripts.

Use the baseprofile_template.xlsx to create your NFR requirements.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to execute the script

  • Install python YAML package
  • Install python xlrd package
  • python >=3.5

Execution

1: Use the baseprofile_template.xlsx to create your NFR requirements. Do not change the xlsx file name. 
Currently it is hardcoded.
2: Once above prequisites are setup, execute the convert.py python script. 
Make sure the basetemplate file is in the same folder as the convert.py script

Output

Following is a screenshot of what you will get when you run the python script passing the basetemplate excel file.

The NFR excel file will first be converted to a YAML file which will then be converted to JMX.

Alt text

Improvements

  • Pass NFR template as a parameter to the conversion script
  • Have a capability down the track to just use a YAML file as an NFR document instead of excel
  • Remove the hardcoded concurrency value and replace it with dynamic value

Contribute

If you would like to contribute to this project, please reachout to me. Issues and pull requests are welcomed too.

Author

Follow @harinderseera GitHub followers

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Convert NFR document into a base JMeter template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages