Forum Discussion

radheshyamp's avatar
radheshyamp
Occasional Contributor
6 days ago

How to run the WPF application in silent mode?

I am using the command below to run the WPF application, but it is starting in GUI mode:
TestExecute.exe "<<Project Suite>>" /r /p:<<Project Name>> /SilentMode

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    The commands you have provided, are specific to TestExecute only.

    Does your WPF application allow to run in silent mode?