Hierarchical GUI Test Case Generation Using Automated Planning ieeexplore.ieee.org/iel5/32/19623/00908959.pdf 이 논문은 제목에서도 알 수 있듯이 GUI 자동화 테스트를 수행하는 방법에 대한 내용을 가지고 있다. GUI자동화 테스트는 record/play방식의 regression test방안이 대표적이다. 잘 알려진 도구로 Mercury사의 WinRunner가 있다. 그러나 이러한 방법은 GUI의 잦은 변경에 따른 record.. Papers/Test Automation 2008.06.12
GUI Unit Test jfcUnit http://jfcunit.sourceforge.net/ jfcUnit enables developers to write test cases for Java Swing based applications. It provides support for: 1. Obtaining handles on Windows/Dialogs opened by the Java code. 2. Locating components within a component hierarchy that occur within the containers found above. 3. Rasing events on the found components, e.g. clinking a button, typing text in a Text.. Papers/Test Automation 2008.05.26
Automated Testing vs. Regression Test Automation "Automated testing" = testing by a computer; In this case the design of a test procedure and identification of expected results are being performed by a computer ex) "Dumb Monkey" for Rational Visual Test "Regression GUI test automation" = automation of the execution of a manual functional test which was developed and documented by a human Funtional test scripts have to be created bofore the st.. Papers/Test Automation 2008.05.26
Improving the Maintainability of Automated Test Suites http://www.kaner.com/pdfs/autosqa.pdf Papers/Test Automation 2008.05.25
An Object Oriented Framework For User Interface Test Automation www.micsymposium.org/mics_2007/papers/Alsmadi.pdf Papers/Test Automation 2008.05.23
Automatic GUI Generation For Web Based Information Systems http://dienst.isti.cnr.it/Dienst/Repository/2.0/Body/ercim.cnr.isti/2003-TR-50/pdf?tiposearch=cnr&langver= XUL(XML User Interface Language)기반의 GUI 자동생성 사례를 소개한 논문이다. Papers/Test Automation 2008.05.15
A framework for automatic GUI rendering from XML specs http://www.volantec.biz/XMLTalk.pdf 논문에서는 많은 분량의 source code를 제어하지 않고 XML기반의 간단한 interface를 통해서 application을 제어할 수 있다고 설명한다. 그리고 client-server환경에서 각 account에 따른 application 제어를 할 때 특히 용이할 수 있다고 설명을 한다. 실제로 XML에 기재된 value내역은 abstract class.. Papers/Test Automation 2008.05.14
category 1. Reverse Engineering - Refactoring 2. Forward Engineering 3. Legacy 기반 Feed-back Test (Dynamic analysis) 4. Legacy 기반 Static Test (Static analysis) Papers/Test Automation 2008.05.11