Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Re: How to write parameter in the Actions.java while using Java over Http?

$
0
0

Hi Jack,

 

I am stuck in the parametrisation.I am using java code in Loadrunner 11.52 to connect to a database at jdbc level.

Now using parmaterisation(LR value.dat file) the java code throws error suring compilation.

 

I made a connection.dat file with several connection variables like conn1,conn2 and so on.

Now I need to use these variables in the jdbc code.

 

lr.log_message({Connection});

String values1= lr.eval_string({Connection});

 

I am facing the MERR:22986 error during compilation. I see you resolved this issue.

Please advise.

 


Viewing all articles
Browse latest Browse all 12134

Trending Articles