Forum Discussion
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.
Yes, refreshing is exactly what I was trying to figure out how to do. How do I do this in a keyword test?
- joscva2 months agoContributor
Got it! This was all I needed in a code snippet.
Aliases.TESTED_APPLICATION.RefreshMappingInfo()
Thanks for steering me to it!
- Hassan_Ballan2 months ago
Champion Level 1
You are welcome, do I deserve a like and solution for my post?
- joscva2 months agoContributor
Ah yes, sorry I didn't even notice the like button. For me in dark theme it is quite subtle. Marked you as the solution as well. Thanks again.