Chudilka_
9 years agoNew Contributor
Read and compare MD5
I am newbie to TestComplete & automation, working with desktop app. My task is to create a script which verifies correct updating of the app. So somehow I have to: Extract md5 from downloaded f...
- 9 years ago
1. You can access hidden directory using aqFileSystem methods and get required signature.
2. If you are familiar with Python you can get a server's response and extract actual signature from there. I prefer the requests package.
3. So you can create scripts for above mentioned steps and wrap them into the keyword modules.