Skip to content

Commit 40e7376

Browse files
authored
Refactor test framework documentation
Removed duplicate links and sections, and organized the content for clarity.
1 parent ba4e7f5 commit 40e7376

1 file changed

Lines changed: 17 additions & 44 deletions

File tree

content/test-framework.md

Lines changed: 17 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
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)
135

146
## 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/
199

2010
## Nunit
21-
2211
- [http://unit.org](http://unit.org/)
2312
- .NET을 위한 단위 테스트
2413

2514
## MbUnit
26-
2715
- [http://www.mbunit.org](http://www.mbunit.org/)
2816
- NUnit을 기반으로 고수준의 테스트 기술을 모음
2917

@@ -32,11 +20,7 @@
3220
- <http://www.dallaway.com/acad/dbunit.html>
3321
- <http://dbunit.sourceforge.net/>
3422
- <http://dbunit.sourceforge.net/faq.html#extract>
35-
- \[JAVA DBUnit 엑셀파일(.xls) import &
36-
export\]
37-
3823
- [DBUnit의 사용](http://blog.naver.com/ecshoons/60000381502)
39-
- [\[회사일](http://whiteship.me/2677) DAO 테스트 만들기\]
4024

4125
## Rabdoop
4226

@@ -50,40 +34,29 @@
5034
- [Cunit](http://neocode.egloos.com/1851209)
5135

5236
## AgitarOne
53-
5437
- <http://www.agitar.com/>
5538

5639
## JTest
40+
* <http://www.parasoft.com/jsp/home.jsp>
41+
* <http://fitness.org/>
5742

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\]
6547

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>
7450

51+
## IDE plugins
7552
- <http://www.happyprog.com/pulse/>
7653

77-
# Fixture 생성
78-
54+
## Fixture 생성
7955
- <https://github.com/naver/fixture-monkey>
8056
- <https://github.com/instancio/instancio>
8157
- <https://github.com/j-easy/easy-random>
8258

83-
## Related
84-
- [[code-coverage]]
59+
## Children
8560
- [[junit]]
8661
- [[mock]]
87-
- [[tdd]]
88-
- [[test-quote]]
8962

0 commit comments

Comments
 (0)