cancel
Showing results for 
Search instead for 
Did you mean: 

how can i create the test data in java for sales orders

Former Member
0 Kudos

Hi,

i need to create a test data for testing my algorithm.My algorithm is calculating the fillrates. For sales orders i want to create test data randomly it takes how to create orders in java.

thanks

Edited by: sridevigunda on Sep 1, 2009 10:19 AM

Edited by: sridevigunda on Sep 1, 2009 10:19 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello there,

The professional testing mechanism available for Java is called Junit. You can find more information about it here.http://junit.org/

To be precise to your question to save data keep in a array or use some static variable to hold some test data.

HTH

Vivek