List Icon
Archiv Mailingliste

2019 bis Juli 2022  2018  | 2017 2016 2015 | 2014 | 2013

Die Mailingliste ist seit Juli 2022 geschlossen, dient aber weiterhin als Informationsarchiv zu QF-Test.
Wenn Sie über Neuerungen zu QF-Test informiert bleiben wollen, können Sie einfach unseren Newsletter abonnieren:
Newsletter abonnieren


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

[QF-Test] Minor usability suggestions


  • Subject: [QF-Test] Minor usability suggestions
  • From: Jile Gao <Jile.Gao@?.com>
  • Date: Fri, 17 Oct 2014 14:27:18 +0000

Hello,

 

Just some minor bugs\usability suggestions.

 

I am in Windows 7. When I try to resize QF-Test to be taller, I drag the top edge of the window to the top of the screen. Windows then automatically pulls the bottom edge to the bottom of the screen. This makes the window become the entire height of the screen. However QF-Test does not fill the bottom part. It is black down there. This is a minor bug. The workaround is to then resize again from the left or right edge.

 

We use Jython SUT script a lot. If the Jython script does not refer to anything in the client, theoretically the client does not need to be connected if we want to run something before launching the SUT in order to prepare. This is impossible in QF-Test. The workaround is to create a batch script which runs the Jython script separately, then run the rest of the test using QF-Test, but this is cumbersome. The suggestion is to allow SUT script to run even if the client is not connected.

 

An empty Jython SUT script is a valid script, but QF-Test does not allow an empty script. The workaround is to put something there that does nothing e.g. an import statement, a null statement, etc. The suggestion is to allow empty SUT scripts.