Inconsistencies when using Grids with FitNesse


#FitNesse
I was writing a script in FitNesse, wherein I have to add multiple rows and populate data into them.
Adding row is fine, but when I populate data into the row by referring to the particular row number I am facing issues.

For example:
| click on grid | Reminders | add row link |
populate grid | Reminders | column | Reminder Time | row | 1 | with | 6/10/2016 09:30 AM |
| click on grid | Reminders | add row link |
| populate grid | Reminders | column | Reminder Time | row | 2 with | 6/10/2016 09:40 AM |
| click on button | Schedule Meeting |

In the above code snippet, when I add the 1st row and populate data into "Reminder Time" column, it gets populated without any issues.
But when I add the 2nd row and populate data into the same "Reminder Time" column, it updates the 1st row "Reminder Time" field data.

There are also some more inconsistencies when we test Grids with FitNesse methods, but this one is a sho...

OriginalPostID-215452

OriginalPostID-215452

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data