Forum Discussion

anumolu9999's avatar
anumolu9999
Contributor
9 years ago

Installing AUT using testcomplete

Is there any way to install the windows application which has to be tested by testcomplete(javascript). Thanks, Anumolu.
    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      Pretty much, if you can record it, you can do it.  This does not necessarily mean that you would want to record it, just noting that TestComplete can do a good bit of anything you need.

       

      That said, if you need to install with admin privileges, you should run TestComplete as an administrator so that it has the proper elevated privileges to do so.  You can then script (or record) the installation process as usual and execute.

      That said... side note... the only reason why I would actually use the install wizard, etc., for installing the AUT via TestComplete is if I needed to test the install wizard part.  I find that, for simple upgrades of test builds, etc., during a development cycle, doing a file copy from the build location to the local folder usually is sufficient and a lot faster assuming that the application supports that sort of thing.

      • anumolu9999's avatar
        anumolu9999
        Contributor
        Hi, I need script for installing ".exe" file in Javascript. Please help me on this. Thanks, Anumolu.