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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -