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/
* 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/
Search News
News Categories
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
-
How to Test Web Applications against SQL Injection Attacks
Published about 30-01-2009 | Rated +2 -
Top 20 practical software testing tips
Published about 02-02-2009 | Rated +2 -
India to lead in software testing
Published about 01-02-2009 | Rated +2 -
Software installation / uninstallation testing
Published about 16-02-2009 | Rated 0
Most Recent User Submitted News
- Software Testing and Quality Assurance
Published about 18-07-2009 | Rated +1 - Testuff releases Test Management Software with Twitter integration
Published about 16-11-2009 | Rated 0 - Interview: Web-Based Software Testing a priority for IT departments
Published about 03-03-2009 | Rated +1 - The Trials of Software Testing
Published about 12-06-2009 | Rated 0







