Sunday, March 24, 2013

Generating Test Results using Selenium WebDriver C#

Its up to the discretion of the user what to do with the Selenium Webdriver automation and how to report the test results. Selenium Webdriver will give you the power to control your web browser and to automate your web application tests.
Same as how you have to program in any other automation tool the conditions for checking your pass or fail criteria for any tests, in Selenium also it has to be programmed.It is totally up to the programmer how to report their results and the template to be followed. You will have to write your own code to format and store the test results.

1 comment:

  1. With C# + Webdriver and nUnit, I used Assert.Pass("message") inside foreach loop but once it is passed it made me out of loop.

    ReplyDelete