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] Re: [QF-Test] How to get all items for a combobox in only one variable
Hello Lydie, if you just want to check all the values of a combo box you can simply record the respective check. There's one that checks all the items in one go. If you really need to get them by script for further processing, here's an example that should work for most cases. from de.qfs.apps.qftest.extensions.items import ItemRegistry com = rc.getComponent("<QF-Test ID of combobox>") items = [] for i in range(com.getItemCount()): items.append(ItemRegistry.instance().getItemValue(com, i)) # now you have the items to work with, e.g. # print items # to get them into a QF-Test variable: rc.setLocal("comboItems", items) # etc... Best regards, Greg NIVEAUX Lydie <Lydie.NIVEAUX@?.com> writes: > Hello > > I am just beginner with QFtest. > > I want to get all values present in a combobox in one variable. > > I use a procedure call “combo.fetchText” with the name of the combo > > This procedure return only the current value > > Can you help me please ? > > Lydie NIVEAUX > > This e-mail and any accompanying attachments are confidential. If you are not the intended recipient, you must not > review, disclose, copy, distribute or use this e-mail; please delete it from your system and notify the sender > immediately. -- Gregor Schmid E: gregor.schmid@?.de T: +49 8171 38648-11 F: +49 8171 38648-16 Quality First Software GmbH | www.qfs.de Tulpenstr. 41 | 82538 Geretsried | Germany GF Gregor Schmid, Dr. Martina Schmid, Karlheinz Kellerer HRB München 140833
|
1. Cookies fonctionnels
Nous utilisons des cookies fonctionnels pour garantir la fonctionnalité de base du site web.
2. Cookies de performance et de statistique
Nous utilisons Matomo pour analyser et améliorer notre site web. Des cookies permettent une collection anonyme des informations qui nous aident à vous offrir un visite clair et facile à utiliser de nos pages web.
This cookie contains a unique, pseudonymized visitor ID internal to Matomo for recognizing repeat visitors.
This cookie is used to track from which website the anonymized user proceeded to any page or sub-page.
The Matomo session cookie is used to track the visitor's page requests during the session. The cookie is automatically deleted at the end of each session (website visit), at the latest after one day.
is created and should be then directly deleted (used to check whether the visitor’s browser supports cookies).
short lived cookies used to temporarily store data for the visit.
short lived cookies used to temporarily store data for the visit.