visual studio 2013 - VS2013 - Coded UI Tests - how to disable logging -


After migrating my coded UI test from VS2012 to VS2013, I am facing a debug trace logging problem. What ever used configuration I'm still getting debug marks message !!! test output

I have added the following configuration:

  & lt; System.diagnostics & gt; & Lt; Switch & gt; & Lt ;! - Trace settings for MTR - & gt; & Lt ;! - Change the value to change the level of tracing you want. You should use integral values ​​for "value" 0 ==> Closed, 1 ==> Error, 2 ==> Warning, 3 ==> Information, 4 ==> Verbose Note that each value is included in the past. - & gt; & Lt; Add name = "UITestTraceLevel" value = "0" /> & Lt; Add name = "EqtTraceLevel" value = "0" /> & Lt; Add name = "test management" value = "0" /> & Lt; Add name = "teambild" value = "0" /> & Lt; Add name = "team foundation sopproxy" value = "0" /> & Lt; / Switch & gt; & Lt; Trace autoflush = "true" />    

/ li>

  • QTAgent_35.exe.config
  • QTAgent_40.exe.config
  • QTAgent32.exe.config
  • QTAgent32_35.exe.config
  • QTAgent32_40 .exe.config

    Is there any indication or any alternative solution to disable this debug trace?

    make sure that this is a

      & lt; App settings and gt; & Lt; Add key = "CreateTraceListener" value = "no" />  

  • Comments

    Popular posts from this blog

    sqlite3 - UPDATE a table from the SELECT of another one -

    c# - Showing a SelectedItem's Property -

    javascript - Render HTML after each iteration in loop -