List Icon
Archiv Mailingliste

2019 bis Juli 2022  2018  | 2017 2016 2015 | 2014 | 2013

Die Mailingliste ist seit Juli 2022 geschlossen, dient aber weiterhin als Informationsarchiv zu QF-Test.
Wenn Sie aber über Neuerungen zu QF-Test informiert bleiben wollen, können Sie einfach unseren
Newsletter abonnieren

Um aktuell die Informationen zu jeder Release - auch Minor Releases - zu bekommen, können Sie den
RSS-Feed abonnieren oder uns in sozialen Medien folgen.
Alternativ bietet QF-Test auch selbst eine Versionsinformation an.

Eine weitere Informationsquelle ist unser Blog, in dem es aktuelle Beiträge zu allgemeinen Themen, zur Firma QFS und auch diverse "How-Tos" gibt:
Blog abonnieren


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[QF-Test] Name Resolvers – How are components found?


  • Subject: [QF-Test] Name Resolvers – How are components found?
  • From: "Robertson, Moira" <moira.robertson.ext@?.com>
  • Date: Wed, 11 Nov 2015 14:06:32 +0000

When a component no longer exists, sometimes the wrong component is found by qftest, rather than no component at all

 

In Detail…

When I select a node on the qftest component tree, a component in my Application (SUT) is highlighted. Great.

 

However, I have found a situation where the wrong component is highlighted.

 

In our Application we have a GridPane, with 3 child BorderPanes.

Since these are built dynamically, we don’t set ids programmatically, but use a qftest name resolver.

 

For each component having the ancestor of GridPane, an index is added to the id of the component, and our component tree looks like this:

 

-       GridPane

o    document-container[0]

o    document-container[1]

o    document-container[2]

We do the ids in this way, also because our BorderPanes can swap positions in the GridPane, and the name resolver works perfectly in this case, the index added always the actual position in the GridPane

 

What does not work is when the first GridPane is swapped with a StackPane

The original panel of name “document-container[0]” simply no longer exists, and when this is selected in the component tree, infact, qftest highlights component “document-container[2]”

 

I would have thought that if a name resolver was used that if the actual name did not match exactly, then the component would not be found?

 

I tried setting the options for “Name bonus” 100%, and also “Name above everything” true, and still the wrong component is highlighted

 

Thanks for any tips

Moira Robertson