| sitelink1 | |
|---|---|
| sitelink2 | |
| sitelink3 | |
| extra_vars4 | |
| extra_vars5 | |
| extra_vars6 |
assertLinkPresentWithText("退職");
try {
clickLinkWithText("退職");
} catch (Exception e){}
dumpResponse(System.out);
}
public static void main(String[] args) {
searchLink = args[0];
junit.textui.TestRunner.run(new TestSuite(ExampleWebTestCase.class));
}
}
지금까지 테스트하면서 몰랐었는데, 이제야 깨달았다.
이게 왜 필요한지..."
try {
clickLinkWithText("退職");
} catch (Exception e){}
dumpResponse(System.out);
}
public static void main(String[] args) {
searchLink = args[0];
junit.textui.TestRunner.run(new TestSuite(ExampleWebTestCase.class));
}
}
지금까지 테스트하면서 몰랐었는데, 이제야 깨달았다.
이게 왜 필요한지..."
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 13 |
이클립스에서 JUnit 사용하기
| 황제낙엽 | 2019.04.02 | 215 |
| 12 | JUnit 간단 정리 | 황제낙엽 | 2007.09.17 | 119 |
| 11 | JUnit 3.8에서 JUnit 4, TestNG 활용으로 | 황제낙엽 | 2007.09.17 | 469 |
| 10 | 이클립스에 JUnit Test 환경 설정하기 | 황제낙엽 | 2007.08.28 | 139 |
| 9 | Unitils 를 이용해 Spring Test의 편리성 획득하기 | 황제낙엽 | 2007.09.04 | 158 |
| 8 | Assertions : 비교 확인, 조건 확인, Null 확인 | 황제낙엽 | 2007.09.03 | 252 |
| 7 | JUnit 4로 뛰어들기 (한글) | 황제낙엽 | 2007.09.03 | 219 |
| 6 | Test-Driven Development by JUnit | 황제낙엽 | 2006.02.21 | 185 |
| 5 | jWebUnit 프레임웍으로 웹 애플리케이션 테스트를 간단하게 | 황제낙엽 | 2006.02.21 | 98 |
| » | [re] jWebUnit 프레임웍 로그인 테스트 예제 | 황제낙엽 | 2006.02.22 | 108 |
| 3 | jWebUnit 의 원조 HttpUnit | 황제낙엽 | 2006.02.23 | 116 |
| 2 | Junit 을 이용한 효율적인 단위 테스트 전략 | 황제낙엽 | 2007.01.30 | 405 |
| 1 | JUnit의 구조 | 황제낙엽 | 2007.07.25 | 123 |
