Tag Archives: Loadrunner Error

[Solved] Loadrunner Error: with parameter delimiters is not a parameter.

Warning: The string ‘”xxxx:xxxx”‘ with parameter delimiters is not a parameter.

The reason is that my input parameter is a JSON nested form with {}

Solution:

This warning can be avoided by configuring it in the LoadRunner.

Tools> Options> Scripting> Parameters

In the red box in the following figure, the default is   {   and   }

Replace with  < and >

How to Solve Loadrunner Error: Failed to find .cfg file

Solution:

Copy the following three files from other available scripts to the folder of error reporting scripts:

default.cfg

default.usp

*. PRM (change the position of * to the name of the error reporting script)

Reason: after the script is opened, the disk space is cleaned up, resulting in some script files being cleaned up as spam, so do not clean up the disk space after the script is opened