Hi Roman, this sounds strange. Can you prepare an example where the problem is reproducible and open an issue for it?
Cheers, Marc. -- Web: http://www.efficient-webtesting.com Blog: http://mguillem.wordpress.com Parkin Roman wrote: > 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 Feature >>> >> >> >>> Versions: 2.6 >>> Reporter: Marc Guillemot >>> Assignee: Marc Guillemot >>> Fix For: Future versions >>> >> >> >>> dataDriven 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 > [email protected] http://lists.canoo.com/mailman/listinfo/webtest _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

