Skip to content

Commit

Permalink
Add: Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
QAInsights committed Oct 18, 2020
1 parent 79cc520 commit 838439e
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![](https://img.shields.io/badge/%E2%9D%A4-YouTube%20Channel-0a0a0a.svg?style=flat&colorA=1EAEDB)](https://www.youtube.com/user/QAInsights?sub_confirmation=1)
[![](https://img.shields.io/badge/donate-paypal-1EAEDB)](https://www.paypal.com/paypalme/)

![Banner](/assets/00-Banner.jpg)

# LoadRunner to JMeter Correlation Rules Converter 🛠

## TLDR ⚡
Expand Down Expand Up @@ -38,7 +40,45 @@ e.g. `python app.py -f LR.cor`

After generating the JSON files, you have to follow the below steps to utilize it in JMeter.

* Create a
* Place the folder where it is accessible, e.g. GitHub Repo
* Add `bzm - Correlation Recorder` to your JMeter test plan
* Click on `Load Template`

![00-Load](/assets/00-Load.jpg)

* Click on `Config`

![10-Templates-Manager](/assets/10-Templates-Manager.jpg)

* Enter unique `Id` and `URL` as shown below.

![20-Repo-Manage](/assets/20-Repo-Manager.jpg)

* If all is well, you will get below success message.

![30-Repo-Success](/assets/30-Repo-Success.jpg)

* You could see your rules have been loaded in the `Templates Manager`

![40-Rules-Loaded](/assets/40-Rules-Loaded.jpg)

* Click on the rule which you would like to install and then click on `Install`

![50-Install-Rule](/assets/50-Install-Rule.jpg)

* You will get success message as shown below.

![60-Install-Success](/assets/60-Install-Success.jpg)

* To load the rule, click on `Load`

![70-Load-Rule](/assets/70-Load-Rule.jpg)

* You could see your LoadRunner Rules in JMeter.

![80-Loaded-Rules](/assets/80-Loaded-Rules.jpg)

> After loading the rules, you will have to fill the `Match Number, Group Number, Correlation Replacement` etc.
## Tested with 🔨

Expand All @@ -48,4 +88,10 @@ This utility has been tested with:
* Apache JMeter 5.3
* Blazemeter Correlation Recorder 1.1

## License 🔒

MIT

## Contributions 💙

All contributions welcome. Please submit a PR.
Binary file added assets/00-Banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/00-Load.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/10-Templates-Manager.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/20-Repo-Manager.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/30-Repo-Success.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/40-Rules-Loaded.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/50-Install-Rule.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/60-Install-Success.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/70-Load-Rule.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/80-Loaded-Rules.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 838439e

Please sign in to comment.