Forum Discussion

Chudilka_'s avatar
Chudilka_
New Contributor
9 years ago

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...
  • baxatob's avatar
    baxatob
    9 years ago

    Chudilka_

     

    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.