All error 'Page' links in report refer to last response inside datadriven step 
when failASAP='false' and saveresponce='true'
----------------------------------------------------------------------------------------------------------------------------

         Key: WT-513
         URL: http://webtest-community.canoo.com/jira/browse/WT-513
     Project: WebTest
        Type: Bug

    Versions: 3.0    
    Reporter: Roman Parkin
 Attachments: test.xls

Webtest:

<project name="test" basedir="." default="test">
    <target name="test">
        <webtest name="test datadriven">
                <config
                        basepath="${server.basepath}"
                        host="${server.host}"
                        port="${server.port}"
                        protocol="${server.protocol}"
                        resultpath="${results.dir}"
                        saveresponse="true" />

                <dataDriven
                        
tableContainer="${path.to.attached.xls.in.ticket}/test.xls"
                        table="test" filterclass="All"
                        name="test.link" failASAP="false" >
                            <invoke url="${test.link}" />
                            <verifyText text="Apache Ant" />
                </dataDriven>
</webtest>
</target>
</project>

DataDriven has 2 passed and 2 failed <verifyText> steps

Generate report and view error 'Page' links

All error 'Page' links = 
file:///.../results/001_SetupDatabaseTab/004_response_invoke.html

While '004_response_invoke.html' - response for 'passed' <verifyText> step


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

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

Reply via email to