Cucumber BDD with Python 3 Behave and Selenium WebDriver
Description
Content and Overview
In this course we will be using PowerPoint presentation to explain the concepts and then go to code in an IDE for each topic. Some topics we will go directly to code and start writing and executing.
We will install necessary packages for our framework. We will discuss the directory structure needed for our design, and then we will write and run test cases.
We will run how the BDD tests are written, how the work together and how to understand and control the output.
We will create an efficiently structured test framework and learn how to use Pythons logging module to produce readable reports.
Critical addition to your resume
If you are getting into the QA world or you are looking to advance your career, having BDD testing skill will accelerate your success. Python is one of the most popular languages to use in software testing, and knowing how to use it with BDD style testing will expand your pool of possibilities.
In addition to using Python for BDD testing you will also get tips and guidance on best practices.
After completion of this course you will be able to go through interview as if you have BDD testing experience. You will also have a ready to go framework that you can continue to add test cases for practice and for your portfolio.
What am I going to get from this course?
- 35 + lectures (continuously adding more examples)
- Plenty of test cases to use in your portfolio and to build bigger test suits on top of
- Enough material and examples to be able to create a project and maintain a GitHub repo
- Specific features of the most popular BDD framework for Python called Behave
Who this course is for:
- Anyone looking to learn automation testing and has a bit of background in Python
- Anyone that already know basic automated testing and want to know how to apply BDD
- Student with no exposure to Python should not take this course
Requirements
- Understand basic Python
- Understand what Automated testing is