tjohn
3 years agoOccasional Contributor
Database testing for Datastax
Hello, I am trying to connect to Datastax database to perform database verifications for Keyword driven test cases. Is there any tutorial/documentation on how to achieve this? I have searched but fo...
- 3 years ago
Thank you, Marsha!
Let me provide what support replied here:
>>TestComplete can work with any DB that can be reached via the corresponding ODBC driver by means of the ADO object. I googled the ODBC driver for DataStax and found the following article: [https://www.datastax.com/blog/using-datastax-odbc-driver-apache-cassandra]
You can find code samples on how to connect to databases in the links below:
[https://support.smartbear.com/testcomplete/docs/testing-with/advanced/working-with-external-data-sources/databases/using-ado-and-bde-objects/index.html
[https://support.smartbear.com/testcomplete/docs/testing-with/advanced/working-with-external-data-sources/databases/using-ado-and-bde-objects/index.html]<<