2
Answers

How to write NUnit test cases for inserting records in DB?

Photo of Navratna Pawale

Navratna Pawale

9y
2.9k
1
I've to write a test case for inserting a validated record into more than one tables of database using NUnit.
 
So how it should be done? and what is the best way to do that?

Answers (2)