Not sure, but perhaps should you add:
summary="true"
Marc.
PrasannaRH wrote:
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
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest