Search code examples
rftrational-team-concertibm-rational

How to use getproperty fast in Rational Functional Test v8.2


I am using getproperty to find the title of windows. There are numerous windows to detect. So my question is how we can make to execute this property fast.

WindowName = AssignWindow().GetProperty(".name")

As its taking 30 seconds to detect.


Solution

  • Performance problems when accessing elements often occur due to bad object recognition. When you update the recognition properties of the AssignWindow object in the Object Map, are there some properties which are not matching properly? If all the properties are matching (also from the parent-objects), the performance of getProperty() should be quite good.