Skip to content

DolkunTarim/selenium-nunit-specflow-tutorial

Repository files navigation

selenium-nunit-specflow-tutorial

Selenium WebDriver NUnit & Specflow UI Automation Demo Project

test demo sites

automated test cases for cubecart demo

  • admin users should be able to add categories
  • admin users should be able to add products
  • admin users should be able to verify customers
  • admin users should be able to delete customers
  • admin users should be able to see navigation links

Google search Specflow automated tests

  • user should be able to search a keyword on the Google search page Feature: Google Search
    Simple Google Search Automation
    @mytag
    Scenario: search a string in google
    Given a keyword string to search
    When the a user search the string on google
    Then google should return search result

    how to execute the Selenium NUnit and Specflow solution project

    • download Visual Studio 2019 or a higher version
    • check out the code
    • open the Test Explorer
    • run all the tests

About

Selenium WebDriver NUnit & Specflow UI Automation Demo Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published