Forum Discussion
okcjosh
13 years agoOccasional Contributor
Rao,
I think I just figured it out. I changed the groovy script to
I think I just figured it out. I changed the groovy script to
// This creates a random Identification State
idstate = random.nextInt(state.size())
testRunner.testCase.setPropertyValue( "ID_STATE", state [idstate] )
log.info (state [idstate])