Hi,
I have used cucumber/RSpec before while using MySQL & SQlite but my new
project application is so gigantic & doesn’t have any unit-tests with in
the app. So I want to write unit/functional and integration tests to it
but I dont have a schema for the data since its backed by MSSQL db.
- How do I get a schema dump or test data from what I have?
- I want to create a test sqlite3 db that mimicks production db so that
I can run my tests against it.
Any information would be of great help.
Thanks,
Uday