All Questions
1 question
6
votes
3
answers
7k
views
What is recommended way to create test data for unit test cases?
I am new to TDD/unit testing.
I am going to write a complex scheduling algorithm in Java. As this module is a core part of our application and there are number of scenarios in it, I want to write ...