integration testing - How can I test database interactions in c# -
a bit of background: i've been developing in java , javascript past years , i've been moved c# project , tasked implementing data access layer project. far understood dal call stored procedures (so no simple sql queries) , return value if stored procedure asks it.
i apologize if question has been answered before not able find useful.
what best way test dal calling these stored procedures , returning results expecting? in java used arquillian integration tests against db , worked great, have not been able find c#.
any appreciated.
write unit tests dal using nunit. can test results expected.
Comments
Post a Comment