Work with Data Integrity connections
Data Integrity connections (DI connections) allow Tosca Cloud to fetch data from ODBC and SQLite sources and test them. You can create multiple connections to the same data source using different credentials to accommodate users with different access rights.
Create a new Data Integrity connection
To create a new Data Integrity connection, follow these steps:
-
Go to
Configurations > DI connections and select Create connection.
-
Select your connection type:
-
ODBC data source uses an ODBC connection you set up in the ODBC Data Source Administrator.
-
Connection string uses an ODBC connection string to connect to your data source.
-
SQLite uses a native SQLite connection to read your database.
-
-
Specify the details of your connection according to its type.
-
Select Save to create the connection.
After you create a connection, you can see it in your Data Integrity connections list at Configurations > DI connections.
Use Data Integrity connections in test cases
Tosca Cloud automatically makes your connections available for your Data Integrity test cases. You can use them with Data Integrity modules that include the test step Connection, by typing the connection name in the value field.
Manage Data Integrity connections
To make changes to a Data Integrity connection go to DI connections list and select the name of the connection you want to edit. This will open the connection setup page, where you are can update the connection details.
You can delete a connection from the DI connections list by hovering your cursor over it and selecting .
Making changes to a connection automatically affects all test cases that use that connection.
Deleting a connection causes the tests that use it to fail and you will have to manually update them.