Tagged Questions

4
votes
6answers
3k views

Software Test Automation - Masters Thesis

i am trying to write a thesis about Software Test Automation. I plan to compare the two Approaches of Recording and Programming of Test Scripts, and to discuss about several Automation Frameworks, for ...
3
votes
3answers
137 views

Java regression testing (with AWT involved) possible without stealing desktop focus?

I've got regression tests of a Java system that don't bring up any graphical elements but do make use of the AWT event thread. Is there any way I can set things up to run this test suite in the ...