본문 바로가기

QA/Test Automation35

Selenium & Maven JAVA 설치 : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Eclipse 설치 : http://www.eclipse.org/downloads/download.php?file=/oomph/epp/mars/R1a/eclipse-inst-win64.exe Maven 다운로드 : http://maven.apache.org/download.cgi?Preferred=http%3A%2F%2Fapache.mirror.cdnetworks.com%2F# Create a Project on Eclipse File > New > Others > Maven > Maven Project Check "create a sim.. 2016. 2. 3.
UFT(Unified Functional Testing) Mobile UFT Mobile은 기존의 Application Test Automation Tool인 UFT/QTP에 Plugin 되어 Mobile Application의 Test Automation까지 가능한 Solution이다. 두 가지 큰 특징이자 장점을 가지는데 첫번째는 실제 Mobile 단말에서의 Mobile Application 검증이 가능하다는 점이다. Mobile Application의 경우 운영체제가 같더라도 단말기 제조사별 커스터마이징이 들어가면서 모든 단말에서 동일하게 동작한다는 것에 대한 보증을 하기 어려웠다. 두번째는 Test 대상 Mobile 기기를 클리우드 환경에서 구성할 수 있다는 점이다. Mobile Application을 개발하고 Test 하는 동안 실제 단말에서 Debugging이나.. 2016. 2. 3.
Sikuli For UI Automation Sikuli Sikuli automates anything you see on the screen. It uses image recognition to identify and control GUI components. It is useful when there is no easy access to a GUI's internal or source code. Download : https://launchpad.net/sikuli/+download Installation : Set JAVA_HOME execute sikuli-setup.jar 장점 : Screen 내에 보이는 모든 것들을 Control 할 수 있다. 하나의 머신에서 테스트 할 땐 용이한다. 단점 : Screen 외의 것들은 MOUSE_UP o.. 2014. 11. 27.