I am running TestComplete on a Silverlight web application and have a question.
With the nature of our software, the listing of the Silverlight objects can change based on Runtime generation. There is a property of the Parent objects that never changes(it is related to the field in the Database in which the data resides). I would like my tests to recognize which object on the screen to interact with(I interact with the child objects) based on the property of the Parent.
I understand this is worded somewhat poorly. I have a difficult time articulating exactly what I am seeing and what I believe I need. Essentially, I would like Testcomplete to recognized which child object I am interacting with based on a specific, unique, property of the Parent.