본문 바로가기

appinum8

[Appinum] 구조 잡기 1 Appinum+Selenium+TestNG+Maven 로 할 예정임 스케쥴링 테스트 자동화를 위해서 Jenkins를 사용할 예정이며, 코드 작성은 이클립스 메이븐을 위해 언어는 JAVA로 작성할 것임 우선 TestNG를 이클립스에 설치하기 위해서 이클립스 -> Help -> Install New Software.. -> Add에서 해당 URL를 입력해서 설치를 한다. https://dl.bintray.com/testng-team/testng-eclipse-release 2021. 1. 25.
MAC에서 Appinum 설치하기 URL : github.com/appium/appium-desktop/releases/tag/v1.19.1 Release 1.19.1 · appium/appium-desktop Bump Appium version to 1.19.1 Update translations (Inspector is the same as 1.18.3) github.com 자동화 테스트를 진행하고자 MAC에 Appinum을 설치하고자 하는데 다운로드를 받고 실행을 하면 계속 appium 응용 프로그램을 열 수 없습니다 팝업이 노출됐다. 검색해도 안나오다가 다른 맥 버전(dmg)을 설치을 설치하니 그때부터 되었다. zip 파일이 아닌 dmg 파일로 다운로드 받는 걸 추천! 2021. 1. 25.
Appinum에서 한글(non ASCII) 입력 해결 방안 코드에 capabilities.setCapability("unicodeKeyboard", true); 추가하면 한글 입력 가능 2017. 6. 9.
Selendroid vs Appinum SelendroidSelendroid is a test automation framework which drivers off the UI of Android native and hybrid applications and the mobile web.Tests are written using the WebDriver client API.Selendroid can be used on emulators and real devices and can be integrated as a node the Selenium Grid for scaling and parallel testing.AppinumAppium is an open source test automation framework for use with nati.. 2016. 3. 30.