Micro Focus QTP (UFT) Forums
QTP does not recognise all objects on Progress application - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Regular Expressions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Regular-Expressions)
+--- Thread: QTP does not recognise all objects on Progress application (/Thread-QTP-does-not-recognise-all-objects-on-Progress-application)



QTP does not recognise all objects on Progress application - srairao - 03-29-2008

Hi,
I have worked on QTP before to automate .NET application.
Now I am working on Progress Application.
My problem is that when I recognise an object in the Object repository, the only property that the object is recognised is by "windowid"(No title or text or value, etc).And windowid changes dynamically each time.So when I run the script, the Object does not get recognised ,because the "windowid" changes. Please help me with a solution to it.
Note: Regular Expressions do not work for the "windowid".


RE: QTP does not recognise all objects on Progress application - Ankur - 04-01-2008

so u mean to say there is not even a single value which remains constant on playback?


RE: QTP does not recognise all objects on Progress application - srairao - 04-08-2008

Yes,There are no values for any of the properties of the object. The only value is windowid which keeps changing.
Let me know, If you have any ideas to automate this.....