loadrunner Hi, Any idea how i can use java code in loadrunner with web...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

H

Himanshu Tiwari

Guest
Hi, Any idea how i can use java code in loadrunner with web services protocol. Approach that i thought is to create a DLL file and call it in script.
 
Actually there r some encrypted values that requires SHA in authentication header, that loadrunner is not sending..however jmeter is doing that, so i am trying to take that code and put that in LR, but problem is that it is in java
 
Just see if this is possible.In our project we are generating that token value by using a URL(which dev team has given)and then im calling this url in the load runner script and then using "Web reg save Param" to capture value from the url response