求个loadrunner压力测试java Vuser参数化设置的Demo,最简单的那种就行

2025-03-10 16:02:32
推荐回答(1个)
回答1:

public int action() throws Throwable {
String str = "Test";

long lg = 100;

lr.output_message("The value of str = " + str + ".");

lr.output_message("The value of lg is " + lg + "." );

return 0;
}//end of action

参数化一样的,选中某值,右键-replace with parameter