Mailingliste - Einträge 2015
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] Re: [QF-Test] Logging effective waiting time when executing Check nodes with defined time out?
Hello Ralf, I would suggest you to use the simple Loop Structure instead of using waiting time. For example , if you want to continue your test once the Button 1 is enabled , you can use the below code ---------------------------------------------------------------------------------------------------------------- Set variable Temp = false Loop (100) (QF TEST ID as LOOP1) Check boolean (Check Type Identifier as 'enabled' , variable for result as 'Temp' and component Id as Button 1) If ('$(Temp)'=='true') Break LOOP1 ----------------------------------------------------------------------------------------------------------------- I am checking the state of the Button 1 using Check Boolean. Once the button is enabled , pointer will break the loop and come out of it. Merits: If you use waiting time as 2 second , pointer will wait up to 2 seconds even the button is enabled in 1 second and then it will continue the execution. But if you use the above loop, it will exit once the button is enabled. Also if the button takes more than 2 second, that is also handled in this loop. Hope this will help you. Thanks Arul S
Hi, my issue is that our test environment has sometimes performance issues which slows down the test execution and increases the response times within the tested SWT application. To mitigate this I added some check nodes to the szenarios to check the enabled status of a specific button to know when to continue. I now want to get better figures about the response times - so I want to log the effective waiting time for single Check nodes into the protocol. Can someone please point me to a way how I can achieve this in a simple and effective manner? I am somehow still a QFTest novize so I am happy to get an answer describing the steps in a certain detaillation. Thank you in advance Ralf _______________________________________________ qftest-list mailing list qftest-list@?.de https://www.qfs.de/mailman/listinfo/qftest-list This message and any attachments (the "message") is ------------------------------------------------------------------------------------------ Ce message et toutes les pieces jointes (ci-apres le "message")
|