Uses of Interface
com.netriser.xmltestsuite.testcases.XmlElement

Packages that use XmlElement
com.netriser.xmltestsuite This package contains resources for the XmlTestSuite package. 
com.netriser.xmltestsuite.testcases This package contains the TestCase classes for XmlTestSuite. 
 

Uses of XmlElement in com.netriser.xmltestsuite
 

Classes in com.netriser.xmltestsuite that implement XmlElement
 class TestAll
          Test most parts of the package.
 

Uses of XmlElement in com.netriser.xmltestsuite.testcases
 

Classes in com.netriser.xmltestsuite.testcases that implement XmlElement
 class domain
          Defines a domain name to ip address lookup, bypassing the normal DNS lookup.
 class eval
          XmlTestCase that evaluates an xpath expression.
 class exec
          XmlTestCase that executes a database query an xpath expression.
 class fetch
          XmlTestCase that fetches a web page.
 class output
          XmlTestCase that outputs an evaluated string, database query or xpath expression.
 class outputHTML
          XmlTestCase that outputs the url of the most recent http request and the unformatted html response.
 class outputPage
          Generates a prototype XML fragment baed on the current response and the specified form.
 class outputTidy
          XmlTestCase that outputs the url of the most recent http request and the formatted html response.
 class script
          XmlTestCase that executes javascript in the context of the current document.
 class set
          TestCase that sets a value using defined value, xpath expression, or database query.
 class steps
          This represents the set of tests in an xml test suite.
 class submit
          XmlTestCase that submits a http request using the values from a specified form element.
 class verify
          An XmlTestCase that verifies the most recent response against an xml specification provided in the xml configuration file.
 class verifylinks
           
 class with
          XmlTestSequence which allows a single page element to be defined for a set of tests.
 class XmlTestCase
          Base class for test objects.
 class XmlTestSequence
          Base class for collections of test objects.