Skip to content

There exist many kind of test: unit tests, integration tests, acceptance test…, UI tests. In this tutorial, I will be interested on UI tests, indeed this kind of test, allows us to validate the IHM by launching the browser, clicking on elements and verify the result. So we can validate the behavior of the application on many browsers: chrome, sa…

ozkanerdogmus/Setup-Selenium-Web-Browser-Automation-and-Asp.net-Mvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Setup-Selenium-Web-Browser-Automation-and-Asp.net-Mvc

There exist many kind of test: unit tests, integration tests, acceptance test…, UI tests. In this tutorial, I will be interested on UI tests, indeed this kind of test, allows us to validate the IHM by launching the browser, clicking on elements and verify the result. So we can validate the behavior of the application on many browsers: chrome, safari, Firefox, internet explorer, etc…We can also use a specific version of a browser: for sample IE9. In this tutorial, we will not show how to write Selenium tests in details but we will focus on browser automation in order to execute UI tests on a build environment. So, let’s go ahead and create an asp.net mvc web project and a Unit Test Project: install-package Selenium.WebDriver install-package Selenium.Chrome.WebDriver install-package SpecFlow install-package SpecFlow.NUnit install-package NUnit3TestAdapter

About

There exist many kind of test: unit tests, integration tests, acceptance test…, UI tests. In this tutorial, I will be interested on UI tests, indeed this kind of test, allows us to validate the IHM by launching the browser, clicking on elements and verify the result. So we can validate the behavior of the application on many browsers: chrome, sa…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • C# 11.2%
  • HTML 5.4%
  • Other 0.3%