Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/WebTest.dtd ------------------------------------------------------------------------------ svn:eol-style = native
Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-debug.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-debug.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-debug.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-debug.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,10 @@ +<config + host="${host}" + port="${port}" + basepath="${basepath}" + protocol="http" + summary="true" + saveresponse="true" + resultpath="results" + resultfile="result.txt" + showhtmlparseroutput="true"/> Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-debug.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-tidy.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-tidy.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-tidy.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-tidy.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,10 @@ +<config + host="${host}" + port="${port}" + basepath="${basepath}" + protocol="http" + summary="false" + saveresponse="false" + resultpath="results" + resultfile="result.txt" + showhtmlparseroutput="true"/> Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config-tidy.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,6 @@ +<config + host="${host}" + port="${port}" + basepath="${basepath}" + protocol="http"/> + Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/config.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/form-submit.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/form-submit.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/form-submit.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/form-submit.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,3 @@ +<clickButton + description="Click Submit" + name="${button.submit.id}"/> Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/form-submit.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-fail.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-fail.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-fail.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-fail.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,2 @@ + &form-submit; + &logon-page; \ No newline at end of file Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-fail.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-hermes.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-hermes.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-hermes.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-hermes.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,11 @@ +&logon-open; +<setInputField + description="Registered username" + name="username" + value="hermes"/> +<setInputField + description="Correct password" + name="password" + value="m3dus4"/> + &form-submit; + &menu-page; \ No newline at end of file Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-hermes.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-open.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-open.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-open.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-open.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,4 @@ +<invoke + description="Pass logon" + url="Logon.do"/> + &logon-page; \ No newline at end of file Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-open.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-page.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-page.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-page.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-page.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,3 @@ +<verifyTitle + description="Logon page title" + text="${Logon.title}"/> Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/logon-page.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/menu-page.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/menu-page.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/menu-page.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/menu-page.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,3 @@ +<verifytitle + description="Menu page title" + text="${MainMenu.title}"/> Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/menu-page.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-hermes.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-hermes.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-hermes.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-hermes.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,21 @@ +<setInputField + description="username" + name="username" + value="hermes"/> +<setInputField + description="password" + name="password" + value="m3dus4"/> +<setInputField + description="password2" + name="password2" + value="m3dus4"/> +<setInputField + description="fullName" + name="fullName" + value="Hermes Katsopolis"/> +<setInputField + description="fromAddress" + name="fromAddress" + value="[EMAIL PROTECTED]"/> + &form-submit; \ No newline at end of file Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-hermes.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-open.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-open.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-open.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-open.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,4 @@ +<invoke + description="Open Register screen" + url="Register.do"/> + ®ister-page; Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-open.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-page.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-page.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-page.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-page.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,3 @@ +<verifyTitle + description="Registration screen title" + text="${Register.title}"/> Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/register-page.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/taskdef.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/taskdef.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/taskdef.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/taskdef.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,25 @@ +<?xml version="1.0" ?> +<project name="taskdef"> + <description> + This project provides following elements to use in your test scripts: + + (0) all webtest's steps loaded and ready to use, + (1) the path "webtest.path.id" that includes all of webtest's + libraries, + (2) the class loader "webtest.loader" that is the original loader for + webtest. + + Usage: + Set the property webtest.home to the directory in which the build.zip + is extracted, + and calls: + <import file="${webtest.home}/lib/taskdef.xml" > + </description> + + <import file="${webtest.home}/lib/classpath.xml"/> + + <taskdef resource="webtest.taskdef" + loaderref="webtest.loader" + classpathref="webtest.path.id" + /> +</project> \ No newline at end of file Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/entities/taskdef.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/struts-config.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/struts-config.xml?rev=366482&view=auto ============================================================================== --- struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/struts-config.xml (added) +++ struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/struts-config.xml Fri Jan 6 03:37:35 2006 @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="ISO-8859-1" ?> +<!DOCTYPE struts-config PUBLIC + "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN" + "http://struts.apache.org/dtds/struts-config_1_3.dtd"> + +<struts-config> + + <form-beans> + <form-bean + name="BaseForm" + type="org.apache.struts.validator.DynaValidatorForm"> + <form-property + name="username" + type="java.lang.String"/> + <form-property + name="password" + type="java.lang.String"/> + </form-bean> + </form-beans> + + <action-mappings + type="org.apache.struts.action.RequestActionMapping"> + + <action path="/MainMenu" + forward="/MainMenu.jsp" + validate="false"/> + + </action-mappings> + + <controller + inputForward="true"/> + + <message-resources + parameter="MessageResources"/> + + <plug-in + className="org.apache.struts.apps.mailreader.course.MemoryDatabasePlugIn"> + <set-property + property="pathname" + value="/WEB-INF/database.xml"/> + </plug-in> + + <plug-in + className="org.apache.struts.validator.ValidatorPlugIn"> + <set-property + property="pathnames" + value="/org/apache/struts/validator/validator-rules.xml, + /WEB-INF/Logon-validate.xml,/WEB-INF/Register-validate.xml" + /> + </plug-in> + +</struts-config> Propchange: struts/sandbox/trunk/mailreader-course/lab-1-4-src/webapp/WEB-INF/struts-config.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]