Forum Discussion
nmrao
10 years agoCommunity Hero
May be more details on what you already have or more precise detials will help to resolve quicker
- fenwickr10 years agoOccasional Contributor
- nmrao10 years agoCommunity HeroJava code should exactly work in Groovy, try it out.
- fenwickr10 years agoOccasional Contributor
Found an quicker way to update body of txt by using
def Email1 = testRunner.testCase.getTestStepByName("SendMail")
def message = "Test Message to body "
Email1.setPropertyValue("message", "$message")