Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3306428
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:17:14+00:00 2026-05-17T21:17:14+00:00

This has probably been asked many times but here it goes : I have

  • 0

This has probably been asked many times but here it goes :

I have a class full of db connections

open connection
query db
read values
close connection

How should I unit test this stuff?

Do I need to create a fake database?
I guess I could mock the MySql classes (for c#), but that’s also a lot of work.

Some of the statements are “INSERT INTO”, what should I do about this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T21:17:14+00:00Added an answer on May 17, 2026 at 9:17 pm

    Stuff that are hard to test is often tightly coupled or not following the Single Responsibility principle.

    First of all. Split your datalayer. Look at the repository pattern. Each entity (table or view) should have it’s own class fetching data.

    Use data interfaces instead of specific driver implementation: IDbConnection instead of SqlConnection. Use DbProviderFactory to get the proper connection implementation. Then use connection.CreateCommand() to get a command etc.

    Doing all that would make it a whole lot easier to test your data layer. And remember, the datalyer should not have any logic. It’s only purpose is to load data from a data source.

    But if you don’t want to change stuff: Working against a database is the easiest way. Remove all data and insert new test data before each test (to remove any changes during a previous test).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This probably has been asked many times before but I was wondering how to
This has probably been asked before but I can't find it anywhere. I have
You're probably thinking this has been asked a million times before but I think
This has probably been asked before but I can't find any relevant post using
This has probably been asked before, but a quick search only brought up the
This question has been brought up many times, but I'd like to ask it
I know this has probably been asked before but I can't seem to find
I know this has been asked and answered a couple times already, but I'm
This is probably a question that has been asked before, but I couldn't find
This probably has a simple answer, but I must not have had enough coffee

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.