nedbacan
7 years agoFrequent Contributor
Compare an entry in table to a filename
I would like to test that every filename that gets registered in the database (i.e Media table / Media_name ID) and gets uploaded to the Cloud storage. I have a utility tool that looks like File-exp...
- 7 years ago
Hi,
Yes, this should be possible.
TestComplete can get data from external databases: https://support.smartbear.com/testcomplete/docs/testing-with/advanced/working-with-external-data-sources/databases/index.html and https://support.smartbear.com/viewarticle/9013/.
As for comparison... You may try to work with the File Explorer via UI. However, I think that the cloud you are using should provide some web API and you should be able to use this API to query cloud data from TestComplete (via, for example aqHTTP object) which should be faster and more reliable.