pradeep_kamatha
11 years agoContributor
Can anyone help me how to access Mongo database?
Does any knows how to access Mongo database? Currently we new database to test our application which doesn't give like Provider=OraOLEDB.Oracle.1 similar like Oracle. I do access Oracle with the fol...
- 11 years ago
Hi Pradeep,
There should be a special ODBC driver for MongoDB that you need to install. I found the following ones:
- http://www.simba.com/connectors/mongodb-odbc - it's paid;
- https://github.com/NYUITP/sp13_10g - it's a free driver, but, as far as I understand, it's in a beta state.
Refer to the driver documentation to learn the connection string you need to use.
There is another approach: data from MongoDB can be exported to the CSV format. Once you do this, it will be possible to work with CSV files in TestComplete via the Data-Driven Testing feature.