jg0888
7 years agoContributor
For Loop does not incrementally increase unless table is refreshed.
I am using a KeywordTest, and the For Loop operation. My Example: I have NameMapped "Cell(ProjectVariable, ColumnIndex)", where the Project Variable is Table_RowIndex. Since this is the value I w...
- 7 years ago
Mapped information is cached when accessed within the same test case. So, when you refresh the page, you are actually refreshing that cache because the cached object handles no longer exist. If you want to force this without actually doing a page refresh, before you reference the mapped object, on the table itself, call "RefreshMappingInfo" and see if that helps.