Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
This code will fetch all the properties for load test,
Thanks,
Jeshtha
This code will fetch all the properties for load test,
def properties = loadTestRunner.getLoadTest().getProperties()
//your request
log.info "Test limit "+ loadTestRunner.getLoadTest().getTestLimit()
for (prop in properties) {
log.info prop
}
Thanks,
Jeshtha