Monday, June 30, 2014

Web Test Automation Sample with powershell

Selenium -Web browser Automation

Reference :http://docs.seleniumhq.org/

Purpose- Automation UI Test -Useful for regression test and unit test.
Download Selenium Webdriver c#
 
http://www.nuget.org/packages/Selenium.WebDriver

  1. Open Powershell- Run ISE as Administration
  2. Add below code and f5.
  3. Source Code- * Give path of the WebDriver.dll

 

No comments :