5
Answers

How to create Test data for NUNIT testing

Ask a question
shoab shah

shoab shah

11y
1.6k
1
 

Hi All,

Ours is a large Asp.net MVC application. We are using NUNIT for unit testing.

For now we are calling actual service functions to [SETUP] data (test data).

Kindly suggest options for generating test data for NUNIT without disturbing actual services and further actual database.

 

Thanks in advance.


Answers (5)