Welcome to LR2JM Forum

This forum is for questions and discussion about the LR2JM perl script for converting LoadRunner scripts to JMeter. Please post any questions, feature requests, etc.

Regarding the usage of LR2JM

Hi All,

Can someone please explain what are all the pre-requisites to use this script? Someone who has tried and successful in using this script, can you please give your inputs on the same.

Regards,
NNCS

How to use this???

We have the perl interpretor installed in our machine. But when we run the script its showing an error message saying "strict.pm not found" other files are also not found. We have only the perl.exe as interpretor. Do we require any other files to do this???

There are some prerequisites

There are some prerequisites:

You'll notice the script contains these lines:

use XML::DOM;
use XML::Tidy;
use File::Util;

So you need to make sure your installation of perl has these modules. Check out www.cpan.org or you might be able to use ppm (perl package manager) to install.

After installing, can you post the exact output you are getting?

Thanks