Forum Discussion

jg0888's avatar
jg0888
Contributor
6 years ago
Solved

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...
  • tristaanogre's avatar
    6 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.