New to Telerik Test Studio? Download free 30-day trial

Migrate from SQL to MongoDB

Since Test Studio R3 release in October 2015 (v.2015.3.1015) we have introduced a new improved storage server using MongoDB database instead of SQL database. You will be able to transfer your old results (prior 15th of October 2015) to the new Mongo database using this tool.

Note that you must have the Storage Server already configured.

Once you download the tool, extract the content on your hard drive and run the DBMigrator.exe

DBMigrator.exe

The tool will open and you will have to fill the following fields:

Mogration tool

  • Source - this should be the SQL connection string you were using to connect to your SQL database
  • Destination - this is the new MongoDB connection string

You can get both connection strings from the following file: CloudStorageSelfHost.exe.config located in: C:\Program Files (x86)\Progress\Test Studio\StorageService

Once you fill the fields as demonstrated above click the Migrate button. You will have to allow certain time (depends on how large is your database) in order to migrate the results to the MongoDB database.

wait

Once done you should be able to view your scheduling results in the Calendar after clicking the Reload button.

In this article