Forum Discussion

joscva's avatar
joscva
Contributor
7 months ago
Solved

Object ID won't change during test?

Something odd is going on and I need some assistance in making sense of it. I need to iterate through a row of checkboxes in our application.  Each one has a DataRow above it, with a number of the r...
  • Hassan_Ballan's avatar
    7 months ago

    I understand that you are utilizing parameterized NameMapping for the row that is using the project variable value, and during run you increment such value.

    I suggest for debug to use project Persistent Variables so you would see the saved value after each run, also I am sure you will need to invoke RefreshMappingInfo Method | TestComplete Documentation since you are updating the NameMapping variable during run.