본문 바로가기

QA/Test Automation35

Swapy-ob For UI Automation swapy-ob Swapy-ob is a tool for GUI Automation for Windows. Finally you will get native python code for pywinauto module. Automate in 3 steps: Select a control. Choose action by right-click. Get native python code. I think... Window Application에 특화된 Tool 임. Web Automation에 적합하지 않음. Web Element 찾기도 쉽지 않음 2016. 2. 17.
PyWinAuto For UI Automation What is PywinAuto? - URL : http://pywinauto.googlecode.com/hg/pywinauto/docs/index.html - pywinauto is a set of python modules to automate the Microsoft Windows GUI. At it’s simplest it allows you to send mouse and keyboard actions to windows dialogs and controls. - Window의 GUI에 접근하여 마우스,키보드 작업을 자동화할 수 있는 라이브러리이다. 임의의 창을 특정하거나, (없으면 실행하는 것도 가능하다) 창의 모듈을 특정하여 키 입력이나 마우스 입력을 전달하여 사용자가 미리 정의한대로 작업을.. 2016. 2. 17.
AutoIT For UI Automation AutoIT? AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt 은 윈도우즈에 특화되어 있는 스크립트 언어로 기존의 스크립트 언어와는 달리 윈도우즈에서 하는 여러 가지 작업.. 2016. 2. 17.
Sikuli For UI Automation Sikuli http://www.sikuli.org/ 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 할 수 있다. 하나의 머신에서 테스트 할 땐 용이한다. 단점 : S.. 2016. 2. 17.