Hi, I'm trying to record a client server application. To invoke the client application we need to run a batch file(not an .exe file). Front end is made up of Java and backend is with SQL server. I had used ODBC protocol(as a WIN32 application), loadrunner even before invoking the batch file of client application, immdiately exits the screen saying there's a error in initializing the Java virtual machine and nothing's recorded. I think the problem lies with the invoking of batch
That is lr_start_transaction("Trans_Name"); How to parametrize "Trans_Name"
Latest Answer : hi,lr_start_transaction(lr_eval_string("{p_transaction_name}"))or lr_start_transaction("lr_eval_string("{p_transaction_name}")")make sure you have parameterzied the value for transaction name.Chrees ...
When we run the script from the remote location using Load generator do we require the script to be copied in that remote machine....coz it is giving the error "Load Generator failed."....."
Latest Answer : Hi, Make sure you have run the load agent service before running the test in LR controller and also make sure you have given the correct script path in controller.let me know if you have any concerncheers ...
How to parametrize the location of the file