hi i am new to xml and XMLtestsute.
is any body help me how to use it.
i tried to use the example in intro section as
<?xml version="1.0" ?>
<!DOCTYPE testSpec
SYSTEM "c:/xmltestsuite/lib/test.dtd">
<testSpec>
<steps>
<fetch
url="http//localhost:8080/vrl_web "/>
<verifylinks/>
</steps>
</testSpec>
i got the result back in web browser
<?xml version="1.0" ?>
<!DOCTYPE testSpec (View Source for full doctype...)>
- <testSpec>
- <steps>
<fetch url="" htmlWarnings="false"
useParentForDefault="page" />
<verifylinks htmlWarnings="false" />
</steps>
</testSpec>
is any body help me how to use this testsute for testing
web application.
and how to check that i install the package correctly
Thanks
barinder singh
Logged In: YES
user_id=1113175
Have your http//localhost:8080/vrl_web ready and put your
script xml file in /bin directory
in command prompt type xmltestsuite and view the result.