A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
This modifier will replace any http sampler's url parameter values with parameter values defined in a XML file for each simulated user. For example if userid and password are defined in the XML parameter file for each user (ie thread), then simulated multiple user activity can occur. This test eleme...
super();
init();
}
public TestElement createTestElement() {
UserParameterModifier mod = new UserParameterModifier();
modifyTestElement(mod);
return mod;
}
/**