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.