|
Title: Restart/Retry Option in Datasource Post by: Franky on October 06, 2007, 09:41:48 am Hi ,
Here is my issue: I am inserting some data into the DB using Datasource. Mid of the execution (Run) , if some interruption Occurs, can i restart the test from the point at which the test stops? For Ex: There are 10,000 Records of data. After inserting the 5000, the test fails. Then I want to start from the 5001 th Record. How to do it ? Regards, Franky. Title: Re: Restart/Retry Option in Datasource Post by: omatzura on October 07, 2007, 06:56:03 pm Hi Franky,
Version 1.7.6 introduced the possibility to set the range for a DataSource (in the DataSource options dialog), maybe you can just set the start row to 5001? (you can use the Test button to validate that it's starting at the correct row) Hope this helps! regards, /Ole eviware.com |