Reputation: 123
We had scripted an .exe application in load runner and We would like to try it out with JMeter.
The script is very complex and I'm not sure if JMeter could support it, any possibilities available?
Upvotes: 1
Views: 229
Reputation: 58774
Now you can execute JMeter script inside Load Runner, check How-to run JMeter test in LoadRunner:
Starting with Micro Focus LoadRunner (LR) 12.55 and Performance Center (PC) 12.55, you can execute JMeter tests in addition to other LoadRunner scripts.
Setting for LoadRunner scenario with a JMeter test:
Open LR Controller
Select the JMeter Scripts radio button
Press the Browse… button
Select JMeter Test file (e.g. Test_1.jmx) and click Open
Click OK button on the next window
Upvotes: 0
Reputation: 57
You have built a test script within Load Runner and you want it to simply run in JMeter — that's not gonna happen. These are two different test tools. Rebuild the script in JMeter and it will run as smoothly as your script with Load Runner.
Upvotes: 0
Reputation: 227
I have been a devoted user of Apache JMeter for the past decade and it does offer helpful web load testing functionality for free. Here are some pointers that may help determine if JMeter is right for you:
Hopefully this gives you an idea of some of the value and gotchas with Apache JMeter.
Upvotes: 1