Forum Discussion

stein_oddvar_ra's avatar
stein_oddvar_ra
Contributor
11 years ago
Solved

Is it possible to prevent a job from displaying the log in a browser on a distributed client?

Hello,

 

I'm running a suite of tests as distributed jobs on two computers. After each test finishes, the testlog opens in internet explorer.

Is there any way of preventing this behaviour? The logs accumulate in the open browser window for each run...

 

Regards,

 

Stein O. R.

  • Yes, on the computer you don't want the log to open, open TestExecute or TestComplete and then go to options. Under Engines --> Log, there is an option to Activate after test run. Uncheck this option and the log won't open.

3 Replies

  • Yes, on the computer you don't want the log to open, open TestExecute or TestComplete and then go to options. Under Engines --> Log, there is an option to Activate after test run. Uncheck this option and the log won't open.

  • m_essaid's avatar
    m_essaid
    Valued Contributor

    Hi,

     

    If you launch distributed tests scenarii you may use batch files ?

    In this case just put the "/DoNotShowLog" parameter after calling TestExecute

    • m_essaid's avatar
      m_essaid
      Valued Contributor

      not "after", sorry, but "while", I mean in the same line