|
There are a number of open-source unit testing tools available. So why another one?
Well, this one addresses a specific need - an easy way to test XML-based servers.
If you have a server that communicates with clients via XML messages, you can end up
putting a lot of effort into using one of the unit-testing frameworks to test all the messages.
Just think of all the code needed to set up communications, construct messages, and verify responses.
A simple alternative is to document XML messages and expected responses, without having to write any code.
Let XmlMessageTest send each XML message to the server, verify returned messages against expected results,
and produce a simple report of test results.
XmlMessageTest is written in Java and should be able to run any Java-enabled platform. It's been tested
on Windows XP and Linux. It can be easily integrated into your build process.
Download xmlMessageTest.zip. It contains instructions, executable jar,
source code, and sample tests. XmlMessageTest is distributed as open-source software under GNU public license.
MD5 Checksum: 7e01a124268210392e55ce1e87f297e5
You can view the readme.html that is part of the package.
Sample screenshot.
We'd love to hear from you. Please contact us with questions, suggestions,
and general comments about the software.
XML Resources:
XML Tutorial
|