jkrolczy
4 months agoSuper Contributor
TestComplete: Can it connect to Cosmos DB ?
Just querying the community on if anyone using TestComplete has ever implemented code, or a way to connect to a Cosmos DB.
I see no documentation to go by, but I'll continue to search.
TC can interact with databases mainly via ODBC connections for traditional relational databases. However, Cosmos DB does not have native ODBC drivers for direct connectivity.
You can script HTTP requests in TC to call Cosmos DBs REST endpoints though and you'll need to handle authentication too.
Note, functionality may be very limited!