List Icon
Mailing list Archive

2019 up to July 2022 | 20182017  |  2016  2015 2014 | 2013

The mailing list has been closed since July 2022, but continues to serve as an archive of information about QF-Test.
But if you want to stay informed about news about QF-Test, you can simply
Subscribe to Newsletter  

To get up-to-date information about each release - including minor releases - you can
subscribe to the RSS feed or follow us on social media.
Alternatively, QF-Test also provides release information itself.

Another source of information is our blog, where there are current articles on general topics, on the company QFS and also various "how-tos"
subscribe to blog


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

[QF-Test] Sometimes QFT fails to recognize component


  • Subject: [QF-Test] Sometimes QFT fails to recognize component
  • From: MEVEL Clement <Clement.MEVEL@?.com>
  • Date: Mon, 30 Sep 2013 16:16:11 +0000

Hello all,

 

In my scripts I use a generic procedure to select an item in a combo box.

Here is an extract of it:

Procedure selectItemInCombo (String comboName, String itemToSelect)

{

                set variable comboName=$(attribute)

Mouse click [GenericComboBox => $(client)]

Mouse click [GenericList%(?s).*$( itemToSelect).* => $(client)]

}

The GenericList has no name attribute since it is the dynamic list displayed with the combo.

 

90% of the time the replay of this procedure succeed but sometimes the item in the list is not found and an exception is thrown.

Anyone have an idea about the origin of the problem? How could I force QFT to use the list used by the ComboBox?

 

Best regards

 

Clement Mevel