12-17-2010, 10:48 AM
In datatable add a column "FlightDetails". In this column add all the text to be verified, e.g. "Frankfurt to Paris".
No parameterize your webelement and checkpoint to take the name/innertext from this column.
All the combinations should be given on different rows. In the begening of For loop mention: DataTable.SetCurrentRow(i).
i is the loop counter.
No parameterize your webelement and checkpoint to take the name/innertext from this column.
All the combinations should be given on different rows. In the begening of For loop mention: DataTable.SetCurrentRow(i).
i is the loop counter.