Hi Marc I have the following test: <webtest> ... <dataDriven failASAP="false" > <clickLink label="${excel.link}"> <verifytext text="${excel.text}"> </dataDriven> </webtest> ${excel.link} and ${excel.text} - variables taken from datadriven excel Webtest config has parameter: saveresponse="true" Make test failed in two or more times Report is generated. Open report for webtest with datadriven specified above Each failed has 'Error Page' link. These links refer to the same page - last response in last datadriven step. Is it correct? Regards, Roman Marc Guillemot (JIRA) : [ http://webtest-community.canoo.com/jira/browse/WT-511?page=all ] Marc Guillemot closed WT-511: -----------------------------Fix Version: Future versions Resolution: Fixed Done in build 1757.dataDriven should allow to specify "fail ASAP" or "fail at the end" ------------------------------------------------------------------- Key: WT-511 URL: http://webtest-community.canoo.com/jira/browse/WT-511 Project: WebTest Type: New FeatureVersions: 2.6 Reporter: Marc Guillemot Assignee: Marc Guillemot Fix For: Future versionsdataDriven should give the possibility to specifiy: - if it should fail at the first failure occurring during the execution of the nested tasks - or if it should count the failures but run the nested tasks for the other records and fail at the end when at least one failure occured. This should be the default. _______________________________________________ WebTest mailing list WebTest@lists.canoo.com http://lists.canoo.com/mailman/listinfo/webtest |
- [Webtest] [webtest][JIRA] Created: (WT-511) dataDriv... Marc Guillemot (JIRA)
- [Webtest] [webtest][JIRA] Closed: (WT-511) data... Marc Guillemot (JIRA)
- Re: [Webtest] [webtest][JIRA] Closed: (WT-5... Parkin Roman
- Re: [Webtest] [webtest][JIRA] Closed: (... Marc Guillemot