How to deal with the test data in Junit?
Posted
by user351637
on Stack Overflow
See other posts from Stack Overflow
or by user351637
Published on 2010-06-01T10:11:19Z
Indexed on
2010/06/01
10:13 UTC
Read the original article
Hit count: 172
In TDD(Test Driven Development) development process, how to deal with the test data? Assumption that a scenario, parse a log file to get the needed column. For a strong test, How do I prepare the test data? And is it properly for me locate such files to the test class files?
© Stack Overflow or respective owner