Forum Discussion

alex_jones's avatar
alex_jones
Occasional Contributor
10 years ago
Solved

Automated testing of Shortcuts

Hello, I have managed to get test complete to open my application and login successfully. I would now like to explore the best way of testing the shortcuts that my application provides. ...
  • Marsha_R's avatar
    10 years ago
    You can log the result of your tests with this:

    http://support.smartbear.com/viewarticle/55472/?aliaspath=/viewarticle



    For resetting the application to before the dialog was opened, you can either have TestComplete back out of the dialog box (is there a Cancel button to click?) or you can have TestComplete close everything (is there an X button to click?).  Take this opportunity to get rid of the dialog box the way a user would and now you have another process tested.