joscva
7 months agoContributor
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...
- 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.