Forum Discussion
1 Reply
- HammerTimeOccasional ContributorTry this......set up a project property, so that it's value is a random number generator e.g
mobileNo = ${=(int)(Math.random()*10000000)
and then set the the parameter in the xml to this project property i.e
${#Project#mobileNo}