loadrunner There r 2 script x & y. The output of script x will be the input...

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

T

Triple Ace

Guest
There r 2 script x & y. The output of script x will be the input of script y. Both the script will be executed in same time. How can i manage this scenario?
 
create a single script with two actions... and write output of first action to some global variable and use it in second action
 
Create 2 actions files capture value from 1action file using correlation function and pass tat correlated parameters in 2nd action