Managing test data for Junit tests.

Posted by nobody on Stack Overflow See other posts from Stack Overflow or by nobody
Published on 2010-06-10T16:52:12Z Indexed on 2010/06/10 17:02 UTC
Read the original article Hit count: 139

Filed under:
|
|
|
|

Hi, We are facing one problem in managing test data(xmls which is used to create mock objects). The data which we have currently has been evolved over a long period of time. Each time we add a new functionality or test case we add new data to test that functionality. Now, the problem is when the business requirement changes the format( like length or format of a variable) or any change which the test data doesn't support , we need to change the entire test data which is 100s of MBs in size. Could anyone suggest a better method or process to overcome this problem? Any suggestion would be appreciated.

© Stack Overflow or respective owner

Related posts about java

Related posts about unit-testing