• Parameterization in Java vuser protocol is not working

    Hi Experts, I am trying to parameterize a value in Java Vuser protocol but it is not replacing as expected. Eg. I have parameterized recordNbr as shown below in my script String recordNumber="{p_recordNbr}" System.out.println(recordNumber); …
  • Java protocol, how to debug code to parametarised dynamic values.

    Hi, Transaction recorded in vugen version 12.01 with java protocol, creates new object which is used in the next transaction. When replay, I need to parametarized it. I was trying to debug java code to find the class returning the value but not with much…
  • RE: Threads in Java VUser(Vugen Script)

    Recently I had the same type of issues. Note that when you run a java thread in VuGen it will use for all LR-based classes/functions the C-libraries via JNI. Also stdout and stderr are redirected. It looks like LR is using TLS for this. Your own created…