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 8766565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:35:12+00:00 2026-06-13T16:35:12+00:00

I got an asp.net MVC application which uses MongoDB database. Im auto-testing (BDD) it

  • 0

I got an asp.net MVC application which uses MongoDB database.
Im auto-testing (BDD) it with SpecFlow and Selenium WebDriver, and I want to initialize my database to some state before navigating to some URL or making some acrions. Is it possible to do that ?

  • 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-06-13T16:35:13+00:00Added an answer on June 13, 2026 at 4:35 pm

    Is it possible to do that ?

    yes!

    I’ve did that in the following way:

    1.When tests initialize – generate test database (in most simple way via driver).

    users.Insert(new User(){ Id: "1", userName: "testUser" })
    

    2.Make backup (I’ve used mongodump to do that)

    3.Before test starts create db with unique name myApp_tests_guid. Keep db name somewhere.

    4.Restore database (mongorestore)

    5.When test finish or in case of failure — drop database.

    6.Optional step for the some specific tests is to adjust common tests database with test specific data.

    That’s it. The reason why I’ve used backup/restore approach was performance. Also for the tests make sure that you’ve disabled safe mode and journaling — it will make things faster.

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

Sidebar

Related Questions

I've got a generic ASP.NET (MVC) application, that uses NHibernate as the model persistence
Folks, I've got an ASP.NET MVC application that I am attempting to secure using
I'm working in an ASP.NET 3.5 MVC application where i've got a view with
I've got a simple ASP.NET MVC website. It has Debug, Testing and Release configuration
I've got a basic ASP.NET MVC 2 application. I've got adding and editing rows
I've currently got a ASP.NET MVC 2 application on .NET 3.5 and I want
I just got done reading Rick Anderson's article on Securing your ASP.NET MVC application
I'm working on an ASP.NET MVC 3 application and having some issues. I've got
I am developing an application which is web-based (asp.net MVC). The user configures reminders
I've got an ASP.NET 4.0 web application (webforms, not mvc; asp.net routing isn't used)

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.