Forum Discussion

mohamed_mansoor's avatar
mohamed_mansoor
Occasional Contributor
11 years ago

How to automate application installation stuff

Hi All,



I am new in testcomplete



I want to automate my application installation stuff.

Is there any method or easy way available in testcomplete?





Thanks and Regards,

Mohamed Mansoordeen.M

1 Reply

  • vajindarladdad's avatar
    vajindarladdad
    Frequent Contributor
    Hi,



    You can lauch the .exe file which you want to install using Run() method.



    Later on,  you can map the required control object , on which you are goind to perform the operations like



    Next button

    Browse button

    Back button

    Path EditBox

    etc



    Make sure that you uninstall the tested application to run the installation again.



    I hope this has been of some help.