Hello. I am working to automate the functional testing of my application which returns xml over http. The XML returned can be complex, and I want to be able to write tests to validate the data returned in particular elements and/or attributes.
In some cases, I'd like to verify that a value is not empty, but also validate it's format (it's length for example). What would be the best way to achieve this? Thanks!
