When I include Config Element in my XML I find that after Test is finished 
Results.html file is not generted 
Please Help me in setting Results.html for steps

  <config 
        haltonerror="false"
        haltonfailure="false"
        errorproperty="webtest.home"
        resultpath="results"
        resultfile="results.xml"
        >
        </config>

My xml Looks like this



<project name=" Home page test " basedir="." default="BETA">
<property name="webtest.home" location="C:/build"/>

<import file="${webtest.home}/lib/taskdef.xml"/>
<target name="BETA">
    
<webtest name="test1">
    
    
        <config 
        haltonerror="false"
        haltonfailure="false"
        errorproperty="webtest.home"
        resultpath="results"
        resultfile="results.xml"
        >
        </config>
        <steps>
       .....
    ........
      </steps>
    </webtest>
    
    
    <webtest name="test2">
           
    
            <config 
            haltonfailure ="false"
            failureproperty="webtest.home"
            resultpath="results"
            resultfile="results.xml"
            >
            </config>
      <steps>
      ............
      </steps>
    </webtest>
  
</target>
</project>

Let me know how can I go ahead with tests on encountering failures


-- 
View this message in context: 
http://www.nabble.com/Results.HTMl-Not-generated-with-Config-Elemnet-tf2124336.html#a5860805
Sent from the WebTest forum at Nabble.com.

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to