Has anyone used Selenium tool to test XML files? If yes, any help will be appreciated. Regards, Tushar
Yahoo! FareChase - Search multiple travel sites in one click.
___
Selenium-users mailing list
Selenium-users@lists.public.thoughtwor
Tushar Shah wrote on 11/18/2005 01:02:40 PM:
> Has anyone used Selenium tool to test XML files?
Can you be more precise? How do you want to test XML files? Do you want to
test that it matches a defined schema? Or test how an XML files gets
rendered in a browser? Or something else?
- Jason
_
This sounds like the something the small patch I posted to the list the other day might help.
Selenium currently dies when trying to do verifyTextPresent on an XML
document due to the way the browser DOM differs, I patched the
browser-bot.js to fix it for IE and Firefox:
http://www.talios.com/t
To be more precise: I have an application which is built on XML and Java. I am running on Jboss app server and Apache web server. I have a very simple test case for this. a) Open the application - give URL - passes b) try to login -- test do not go here... - fails. Any clue? Jason
Mark Derricutt wrote:
This sounds like the something the small patch I posted to the list the
other day might help.
...
I never saw comment on the list about it so I don't know if it actually
posted ok?
Hi Mark. I for one saw your message. Nice work.
--
cheers, MikeW