10-08-2009, 01:13 AM
This is a great question because there are different ways to handle it if I am not mistaken. I had trouble with the GetROProperty method. I ended up using descriptive programming to identify other properties of the dynamic object and QTP could find it. But the script performance went into the toilet. It took longer for the script to find the object to execute against than it would have taken manually to run the step. Not what you are looking for in automation. I would love t hear more about identfying dynamic objects in scripts. How do the GetROProperties, GetTOProperties and GetCellData methods differ? And how do they compare in terms of performance and aplicability?