testng4 [TestNG] Testcase 실행 순서 특정 메소드에 의존하는 메소드에는 아래와 같이 지정하며, @Test (dependsOnMethods={"Test1"}) 순서로 지정하고 싶으면 @Test(priority=2) 로 하면 된다. 2021. 2. 4. [TestNG] testng.xml is not a valid file error 해결법 testng.xml을 wokspace에 넣어주면 된다. 2021. 1. 25. [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. 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. 이전 1 다음