groovyguy
8 years agoCommunity Hero
Validate String in Groovy
I have a series of scripts that run and do the following:
Create Null Test Steps
Parse an entire existing SOAP test step and use groovy to build what we call NULL tests. This takes every field...
- 8 years agogroovyguy,
Ok, finally I could dig out the script to validate.
Please find the script below.
https://github.com/nmrao/groovyScripts/blob/master/xml/ValidateXmlAgainstXsd.groovy
Let me know if the same helps or not.