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] 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.