Forum Discussion

EnservePete's avatar
EnservePete
Occasional Contributor
10 years ago

Matching a Wnd caption created ID to the output on a grid.

Hi,

 

Let me set the scene. I  have a .net form that a user inputs data into. When you save the form an ID is generated and then obviously saved.

 

My question: Is there a way I can match this generated ID (Which will change everytime) and match it to the saved record on the grid. So lets say it saves as 123 I then use TC to go to the saved record on the grid and find it has 1234 this would therefore mean the ID hasn't saved correctly. So How can I find out if this form matches this saved record despite it changing every time I run a test?