swt bot

9
SWTBOT 에 에에 Test 조조조 (V0.9, 14/06/11) http://cafe.naver.com/eclipse plugin http://hangumkj.blogspot.com/ [email protected]

Upload: cho-hyun-jong

Post on 19-Jun-2015

413 views

Category:

Documents


7 download

TRANSCRIPT

Page 1: Swt bot

SWTBOT 에 대해Test

조현종 (V0.9, 14/06/11)http://cafe.naver.com/eclipsepluginhttp://hangumkj.blogspot.com/[email protected]

Page 2: Swt bot

목 차

SWT Bot? 설치 프로젝트 생성 테스트 코드 생성 실행 Recorder 참고자료

Page 3: Swt bot

SWT Bot?

SWT Bot? Java Base UI testing tool (SWT and

Eclipse Base) http://wiki.eclipse.org/SWTBot

WindowTester Pro 는 eclipse 4.x 를 지원하지 않음 .

Page 4: Swt bot

설치

Update Site 이용 http://wiki.eclipse.org/SWTBot#

Latest_snapshot_build

Eclispe 4.x 버전은 SWTBot 2.2 이상 설치

Page 5: Swt bot

Test Project 생성

Plugin Project 생성 Dependencies 에

Page 6: Swt bot

JUnit4 의 Test 코드 작성

SWTWorkbenchBot() 을 정의하고 테스트 실행

Page 7: Swt bot

테스트 실행

SWTBot Test 로 테스트 시작

Page 8: Swt bot

Run Test Recorder

File -> New -> SWTBot -> Run Test Recorder

Page 9: Swt bot

참고자료http://eclipse.org/swtbothttp://www.vogella.com/tutorials/SWTBot/article.html