Hi all,
I have to write some test cases for my application. Each test methos reads the input data from a csv file.
Most of the test methods processing logic is same, except for the csv file. So, I kept all the processing logic in a common method which will be called by these test methods.
Is there any better way to do this?
Thanks,
Sudha
Is csv processing an
Is csv processing an essential part of your application?