c# - Selenium - Output to console in Test Method -
i new selenium, , use (webdriver 3.0) in .net unit test project, ie. great if output debugging information during test case running.
i found these questions on stackoverflow: how write console.out during execution of mstest test, selenium webdriver, c# output console after opening driver , selenium c# - test output not appears in console window.
most people said system.diagnostics.debug.writeline()
job. however, doesn't work in case. run test cases in following way:
- right click on asp.net project, select view -> view in browser (internet explorer).
- go menu: test -> run -> tests
i wondering if should run tests in way?
thanks much.
btw: console.writeline()
not work either.
Comments
Post a Comment