|
1 | | -[테스트 자동화 |
2 | | -도구들](http://bcho.tistory.com/entry/%ED%85%8C%EC%8A%A4%ED%8A%B8-%EC%9E%90%EB%8F%99%ED%99%94-%EB%8F%84%EA%B5%AC%EB%93%A4) |
3 | | - |
4 | | -<http://www.unitils.org/summary.html> |
5 | | - |
6 | | -*test automation frameworks.pdf* |
7 | | - |
8 | | -[테스팅 프레임워크는 직접 만들어 써보자](http://toby.epril.com/?p=424) |
9 | | - |
10 | | -[xUnit](http://whiteship.me/tag/xUnit) |
11 | | - |
12 | | -# 기본 Unit test |
| 1 | +* [테스트 자동화 도구들](http://bcho.tistory.com/entry/%ED%85%8C%EC%8A%A4%ED%8A%B8-%EC%9E%90%EB%8F%99%ED%99%94-%EB%8F%84%EA%B5%AC%EB%93%A4) |
| 2 | +* <http://www.unitils.org/summary.html> |
| 3 | +* [테스팅 프레임워크는 직접 만들어 써보자]([http://toby.epril.com/?p=424](https://toby.epril.com/5)) |
| 4 | +* [xUnit](http://whiteship.me/tag/xUnit) |
13 | 5 |
|
14 | 6 | ## Junit 기반의 성능테스트 |
15 | | - |
16 | | - <http://labs.carrotsearch.com/junit-benchmarks-tutorial.html> |
17 | | - |
18 | | -<http://code.google.com/p/junitbench/> |
| 7 | +* http://labs.carrotsearch.com/junit-benchmarks-tutorial.html |
| 8 | +* http://code.google.com/p/junitbench/ |
19 | 9 |
|
20 | 10 | ## Nunit |
21 | | - |
22 | 11 | - [http://unit.org](http://unit.org/) |
23 | 12 | - .NET을 위한 단위 테스트 |
24 | 13 |
|
25 | 14 | ## MbUnit |
26 | | - |
27 | 15 | - [http://www.mbunit.org](http://www.mbunit.org/) |
28 | 16 | - NUnit을 기반으로 고수준의 테스트 기술을 모음 |
29 | 17 |
|
|
32 | 20 | - <http://www.dallaway.com/acad/dbunit.html> |
33 | 21 | - <http://dbunit.sourceforge.net/> |
34 | 22 | - <http://dbunit.sourceforge.net/faq.html#extract> |
35 | | -- \[JAVA DBUnit 엑셀파일(.xls) import & |
36 | | - export\] |
37 | | - |
38 | 23 | - [DBUnit의 사용](http://blog.naver.com/ecshoons/60000381502) |
39 | | -- [\[회사일](http://whiteship.me/2677) DAO 테스트 만들기\] |
40 | 24 |
|
41 | 25 | ## Rabdoop |
42 | 26 |
|
|
50 | 34 | - [Cunit](http://neocode.egloos.com/1851209) |
51 | 35 |
|
52 | 36 | ## AgitarOne |
53 | | - |
54 | 37 | - <http://www.agitar.com/> |
55 | 38 |
|
56 | 39 | ## JTest |
| 40 | +* <http://www.parasoft.com/jsp/home.jsp> |
| 41 | +* <http://fitness.org/> |
57 | 42 |
|
58 | | -<http://www.parasoft.com/jsp/home.jsp> |
59 | | - |
60 | | -<http://fitness.org/> |
61 | | - |
62 | | -# 더 많은 테스트 지원 소프트웨어들 |
63 | | - |
64 | | -<http://www.testingfaqs.org/t-unit.html> |
| 43 | +## 더 많은 테스트 지원 소프트웨어들 |
| 44 | +* <http://www.testingfaqs.org/t-unit.html> |
| 45 | +* (마이크로소프트웨어 3월호) 통합_테스트를_위한_프레임워크_FIT.pdf |
| 46 | +1%AC_FIT.pdf\[통합_테스트를_위한_프레임워크_FIT.pdf\] |
65 | 47 |
|
66 | | -마이크로소프트웨어 3월호 : |
67 | | -151009\_%ED%86%B5%ED%95%A9\_%ED%85%8C%EC%8A%A4%ED%8A%B8%EB%A5%BC\_%EC%9C%84%ED%95%9C\_%ED%94%84%EB%A0%88%EC%9E%84%EC%9B%8C%ED%81%AC_FIT.pdf\[통합_테스트를_위한_프레임워크_FIT.pdf\] |
68 | | - |
69 | | -# Make it easy |
70 | | - |
71 | | -<https://github.com/npryce/make-it-easy> |
72 | | - |
73 | | -# IDE plugins |
| 48 | +## Make it easy |
| 49 | +* <https://github.com/npryce/make-it-easy> |
74 | 50 |
|
| 51 | +## IDE plugins |
75 | 52 | - <http://www.happyprog.com/pulse/> |
76 | 53 |
|
77 | | -# Fixture 생성 |
78 | | - |
| 54 | +## Fixture 생성 |
79 | 55 | - <https://github.com/naver/fixture-monkey> |
80 | 56 | - <https://github.com/instancio/instancio> |
81 | 57 | - <https://github.com/j-easy/easy-random> |
82 | 58 |
|
83 | | -## Related |
84 | | -- [[code-coverage]] |
| 59 | +## Children |
85 | 60 | - [[junit]] |
86 | 61 | - [[mock]] |
87 | | -- [[tdd]] |
88 | | -- [[test-quote]] |
89 | 62 |
|
0 commit comments