I am new to Loadrunner. I have a few values parameterized in a file type. Now I need to print the parameter value in the Loadrunner console. I tried the code below but with no luck.
lr_output_message("Value is %s",lr_eval_string("{Parameter1}"));
Error
Action.c(15): Warning: The string 'Parameter1' with parameter delimiters is not a parameter.
Please help me on this..