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] Re: [QF-Test] Screenshot of all Dialog
Hello everyone, It is possible to do so, yes. If the number of menu items in a menu is fix / not changing, it is possible to use the procbuilder feature <https://www.qfs.de/en/qf-test-manual/lc/manual-en-user_procbuilder.html#usec_procbuilder> in order to create multiple procedures, one procedure for opening one menu item. In order to call these procedures, one by one, you may want to edit the 'procbuilder' creation file so that the procedures have the name "select_menu<number>" instead of "select_<COMPID>" (or similar). Then you can use a loop that is setting the variable i and a procedure call like procbuilder.menuX.select_menu$(i) in order to call the i-th procedure which is then opening the i-th menu item. Alternatively (without recording) a generic component, see <https://www.qfs.de/en/qf-test-manual/lc/manual-en-bp_componentrecognition.html#sec_bpCRGeneric> (or a SUT script) can be used in order to iterate over all menu items of your application. The qfs.run-log.screenshots.logImageOfComponent procedure in the standard library may be used in order to take a reference screenshot, cfg. <https://archive.qfs.de/en/standard-library.html#qfs.run-log.screenshots.logImageOfComponent> <https://www.qfs.de/en/qf-test-manual/lc/manual-en-user_stdlib.html#usec_stdlib> Greetings & Happy testing, Yann Am 08.01.2019 um 16:17 schrieb Sow, Mamadou Lamine: Hello QFT Users, I want to make a Screenshot of all my Dialog. I like to iterate over the menu ok my application Open each Dialog und take a Sreenshot as a reference and close it . is that possible ? Is there an easy way to record this automatically? Thanks for your feedback i.A. Mamadou Lamine Sow PSI Software AG Bereich Elektrische Energie Boschweg 6 63741 Aschaffenburg Deutschland Telefon: +49 60 21 366-713 Telefax: +49 60 21 366-112 MSow@?.de <mailto:MSow@?.de> www.psi.de <http://www.psi.de/> Sitz der Gesellschaft: Dircksenstraße 42-44, 10178 Berlin, Deutschland Mitglieder des Vorstands: Dr. Harald Schrimpf (Vorsitzender), Harald Fuchs Vorsitzender des Aufsichtsrats: Karsten Trippel Handelsregister Amtsgericht Berlin-Charlottenburg HRB 51 463 Diese E-Mail enthält vertrauliche oder rechtlich geschützte Informationen. Wenn Sie nicht der vorgesehene Empfänger sind, informieren Sie bitte sofort den Absender und löschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht gestattet. The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthoriseddistribution of the information contained herein is prohibited. _______________________________________________ qftest-list mailing list qftest-list@?.de https://movement.qfs.de/mailman/listinfo/qftest-list -- _______________________________________________________________ Get the most out of QF-Test - Support directly from the authors * Training & consulting: www.qfs.de/en/qftest/training.html * Phone & email support: www.qfs.de/en/qftest/support.html _______________________________________________________________ Yann Felix Spöri Support E: support@?.de T: +49 8171 38648-20 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
|