BDD with Selenium Webdriver and Specflow using C#
- 4.1
Brief Introduction
Learn Behaviour Driven Development using the two most powerful tool, Webdriver and Specflow with C# as language binding!Description
Selenium Webdriver is one of the most well-known testing frameworks. It is an open source project that allows testers and developers alike to develop functional tests to drive the browser. Selenium Webdriver can work on any browser that supports JavaScript, since Selenium has been built using
JavaScript.
The course is not limited to following content. In future I will keep adding the new topics to this course.
Basic of C# Programming
In this section, we are going to discuss about basic of C# programming language
1. Creating the Console Application
2. Data Types in C#
3. Conditional & Control Statements
4. Class & Objects
5. Inheritance
MsTest
In this section, we will discuss about MsTest attributes such as
1. TestClass and TestMethod
2. TestInitialize and TestCleanup
3. ClassInitialize and ClassCleanup
So on...
And source code shown as part of video lecture will be provided for download
Requirements
- Requirements
- The tutorials are designed for beginners with little or no automation experience. Everything is taught from scratch!
- Before proceeding with this tutorial, you should have a basic understanding of Visual Studio with C#, text editor and execution of programs, etc.