I want to known which java analsys  parse  xml file in open source! 
thanks a lot

xiezw


_________________________________________________________________________________________
__________________________________________________________________________________________
for example  SimpleTest.xml


SimpleTest.xml
<project name="SimpleTest" basedir="." default="main">

  <property name="webtest.home" location="C:/java/webtest" />
  <import file="${webtest.home}/lib/taskdef.xml"/>

  <target name="main">
    <webtest name="myTest">
      <config 
        host="www.myserver.com"
        port="8080"
        protocol="http"
        basepath="myApp" />
      <steps>
        <invoke 
          description="get Login Page"
          url="login" />
        <verifyTitle 
          description="we should see the login title"
          text="Login Page" />
      </steps>
    </webtest>
  </target>
</project>
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to