Thursday, 1 January 2015

How to validate XML Document with junit in java



I have one XML in string format and method which is easily converting this string in Document, I want to validate this thing through JUnit.


Please suggest how I achieve this?


No comments:

Post a Comment