Forum Discussion
baba_k
14 years agoOccasional Contributor
Hi Biji,
You can add your application to tested applications in test complete by doing the following:
Right Click on your project name-> Select the option Add -> Select 'Testedapps' -> Browse the path of your application ->Click OK.
Now write the code
Sub test
Testedapps.Yourapplication.run
End sub
The above code will open your application automatically and now try to recoed login from here..
You can add your application to tested applications in test complete by doing the following:
Right Click on your project name-> Select the option Add -> Select 'Testedapps' -> Browse the path of your application ->Click OK.
Now write the code
Sub test
Testedapps.Yourapplication.run
End sub
The above code will open your application automatically and now try to recoed login from here..