What is the best way of testing XML responses?

Posted by user303396 on Stack Overflow See other posts from Stack Overflow or by user303396
Published on 2010-06-15T22:58:12Z Indexed on 2010/06/15 23:02 UTC
Read the original article Hit count: 170

Filed under:
|
|

I'm using selenium IDE to test my webpages but unfortunately I cannot use it to test those pages that return an xml response. Some people use Selenium Remote Control, others use modules like WWW::Mechanize and Test::XML or Test::XPath.

What is the best way to test the XML responses?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about testing