List Icon
Archive de la liste de diffusion

La liste de diffusion est fermée depuis juillet 2022, mais sert toujours d'archive d'informations sur QF-Test.
Cependant, si vous souhaitez rester informé des nouveautés concernant QF-Test, vous pouvez simplement vous abonner à la newsletter :
abonner à la newsletter 


[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