Discussion:
how to read data from XML
Octavian Covalschi
12 years ago
Permalink
You don't need Selenium to validate an XML output... use your programming
language's tools to do that... rest client + xml validation.
...
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to selenium-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
java_non_ninja
12 years ago
Permalink
I used links from this guy to read, create, update xml in java, used it in
webdriver code before or after webdriver test:
http://www.mkyong.com/java/how-to-read-xml-file-in-java-dom-parser/
All,
In my application we get response file in XML ,so we have test the
correctness of the output generated.
Can anybody help me in automating this .How to read the XML data in
selenium webdriver.
Please suggest !!
Regards,
Pravin
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to selenium-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/44-Y9BolHOMJ.
For more options, visit https://groups.google.com/groups/opt_out.
Continue reading on narkive:
Loading...