Solved
Forum Discussion
Hassan_Ballan
Champion Level 1
2 months agoI 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?
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?