본문 바로가기

QA/Test Automation35

org.openqa.selenium.SessionNotCreatedException: session not created exception 이전 버전 selenium chrome driver 사용 시에 org.openqa.selenium.SessionNotCreatedException: session not created exception Error가 발생할 수도 있다. 이때 최신 버전을 chrome driver를 설치해주면 정상적으로 된다. 2016. 12. 5.
Selenium point to point link moveToElement는 해당 Element의 top-left를 0,0으로 계산해서 이동시켜준다. Actions operation = new Actions(driver);WebElement vportIn = driver.findElement(By.id("vport-ns-in"));WebElement vportOut = driver.findElement(By.id("vport-ns-out")); int vportInWidth = vportIn.getSize().getWidth();System.out.println("size of port-in : " + vportInWidth);int vportInHeight = (vportIn.getSize().getHeight())/2;System.out.printl.. 2016. 7. 12.
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.
Monkey Talk About Monkey Talk:Monkey Talk is an open source tool for automating the scenarios, and one of most popular mobile app testing tools around. Monkey Talk automates real, functional interactive tests for iOS and Android apps. Native, mobile, and hybrid app, real devices or simulators. Recorded user actions can be shown in 3 different views i.e. Table View, Monkey Talk & JavaScript.Monkey Talk vs. R.. 2016. 3. 30.