See which of your colleagues or former colleagues are already on Testing Link: Check out the Contact Finder
News »Browse Articles » XML Test Suite
0
Vote Vote

XML Test Suite

Views 3 Views    Comments 0 Comments    Share Share    Posted 03-08-2009  
XmlTestSuite provides a powerful way to test web applications.

* Check site structure:
HTML pages are well formed and links are valid
* Check the content of pages
Use Javascript variables, XPath expressions, database queries
* Check the way the site works:
Run test scanarios, written in XML

The main aims of XmlTestSuite are

* Tests are written in XML
Allows use of syntax checking XML editors.
We use the excellent free editor jEdit.

* Tests scripts are robust to changes in the application
Using xpath expressions you can check the important parts of the HTML and ignore the decoration

* Writing tests requires only a knowledge of HTML and XML
We wanted XmlTestSuite to be adopted by testers, business analysts,
and web developers who don`t have a java background.
(advanced usage may require use of simple xpath expressions.
See the dtd manual for some examples).

* Testing encompasses all parts of the system including the database and file system.
XmlTestSuite can verify that certain tables are updated when a certain page is submitted.
After the tests have been completed it can suggest the sql necessary to clean up the database.
It can also perform xpath evaluations on local files.

* Test environment is easily extended (see the Api for details)
o New test classes can be added by including them in the java classpath
o New resources for test classes can be added almost as easily

* Enables test driven development
We have used XmlTestSuite to develop tests for existing applications.
We have also used it for new applications, where the tests form part of
the specifications, and are used during the development phase.

Source:
http://xmltestsuite.sourceforge.net/
0
Vote  Vote
Enter your comment:
No Comments For This News

Search News

What's the News?

Post a link to something interesting from another site, or submit your own original writing for the Testing community to read.

Most Popular News

Most Recent User Submitted News