08-02-2008, 02:09 PM
Dear Raj and All,
This is the example for ExitTestIteration...Please explore your self according to your needs.
1)First create a column with Name as no in DataTable and then enter five values say 1,2,3,4,5 in each row.
Please find the attached Screenshot for this.
2)Just write the following code in expert view..
3)Change the settings by like this...
File-->settings..>>Run..>>Select Run On All Rows.
In this example i am skipping no 2 from the datatable.
Regards
This is the example for ExitTestIteration...Please explore your self according to your needs.
1)First create a column with Name as no in DataTable and then enter five values say 1,2,3,4,5 in each row.
Please find the attached Screenshot for this.
2)Just write the following code in expert view..
Code:
no = DataTable("no",DtGlobalSheet)
If no=2 Then
ExitTestIteration
End If
msgbox no
File-->settings..>>Run..>>Select Run On All Rows.
In this example i am skipping no 2 from the datatable.
Regards