Forum Discussion

thexder1's avatar
thexder1
Contributor
12 years ago

Nightly tests

I am trying to use TestExecute to automatically run tests each night and email the results. The problem that I am running into is when the test finishes it always asks if I want to save changes. The only thing that is changing is the logs and I am running TestExecute using the SilentMode option but it still asks that and the task does not end until TestExecute closes which will not happen if it waits for a response to the save dialog.

2 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    Could you post the exact command line?  The reason I ask is that in my experience the SilentMode option should never prompt for save but that it should simply exit using the default of YES for saving.
  • Hmmm that is strange. I know I added /SIlentMode to the command line and I had tested it with that to verify that it did not show the dialogs that I was getting before I added it, but it does not appear to be there now. I will run it again and make sure that the /SilentMode is there just to double check.