Cucumber BDD with Python Behave and Selenium WebDriver 2024
Cucumber BDD with Python Behave and Selenium WebDriver 2024, available at $69.99, has an average rating of 4.39, with 134 lectures, based on 1460 reviews, and has 21386 subscribers.
You will learn about You will be able to create Cucumber BDD testing framework using Python, Behave, Selenium WebDriver, …. You will be able to read and write Cucumber BDD style tests in Python You will be able to work on Cucumber BDD Framework supporting both Frontend with BDD Selenium and Backend with pure BDD Python You will create full E-Commerce site on your computer and practice test automation BONUS: SQL Crash Course (MySQL). You will learn how to work with MySQL database You will learn tips and tricks of finding elements, debugging issues, shortcuts with IDE, test methodologies, setup py file You will be able to use virtual environment and try different versions of Python libraries This course is ideal for individuals who are Anyone looking to learn automation testing and has a bit of background in Python and Selenium WebDriver or Anyone that already know basic automated testing and want to know how to apply BDD or Anyone coming from Java or other background and can pickup Python easily It is particularly useful for Anyone looking to learn automation testing and has a bit of background in Python and Selenium WebDriver or Anyone that already know basic automated testing and want to know how to apply BDD or Anyone coming from Java or other background and can pickup Python easily.
Enroll now: Cucumber BDD with Python Behave and Selenium WebDriver 2024
Summary
Title: Cucumber BDD with Python Behave and Selenium WebDriver 2024
Price: $69.99
Average Rating: 4.39
Number of Lectures: 134
Number of Published Lectures: 134
Number of Curriculum Items: 135
Number of Published Curriculum Objects: 135
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- You will be able to create Cucumber BDD testing framework using Python, Behave, Selenium WebDriver, ….
- You will be able to read and write Cucumber BDD style tests in Python
- You will be able to work on Cucumber BDD Framework supporting both Frontend with BDD Selenium and Backend with pure BDD Python
- You will create full E-Commerce site on your computer and practice test automation
- BONUS: SQL Crash Course (MySQL). You will learn how to work with MySQL database
- You will learn tips and tricks of finding elements, debugging issues, shortcuts with IDE, test methodologies, setup py file
- You will be able to use virtual environment and try different versions of Python libraries
Who Should Attend
- Anyone looking to learn automation testing and has a bit of background in Python and Selenium WebDriver
- Anyone that already know basic automated testing and want to know how to apply BDD
- Anyone coming from Java or other background and can pickup Python easily
Target Audiences
- Anyone looking to learn automation testing and has a bit of background in Python and Selenium WebDriver
- Anyone that already know basic automated testing and want to know how to apply BDD
- Anyone coming from Java or other background and can pickup Python easily
Course Description
Learn how Cucumber BDD (Behavioral Driven Development/Test Driven Development) testing frameworks work. Learn how the pieces of Cucumber fall together and how frameworks are put together, as well as best practices of BDD. We will use the most popular and actively maintained Cucumber framework for Python BDD called ‘Behave’. We will use PowerPoint presentation to convey the concepts on each topic and then write example code testing real scenarios with Selenium WebDriver as well as API testing.
We will build an E-commerce site on our local machine and practice writing real test cases both for front end with Selenium WebDriver and for the backend with Python, with full access to MySQL database of our site.
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.
Content and Overview
In this course we will be using PowerPoint presentation to explain the concepts and then go to code in an IDE (PyCharm) 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.
What am I going to get from this course?
-
49 + lectures of BDD core concepts, examples and practice exercises (continuously adding more examples)
-
Plenty of test cases to use in your portfolio and to build bigger test suits on top of the course material
-
Enough material and examples to be able to create a project (BDD test framework) and maintain a GitHub repo
-
Specific features of the most popular BDD framework for Python called Behave
-
Practice using Selenium WebDriver functions with Python
-
Practice testing of Front-end with Selenium WebDriver BDD and Python
-
Practice testing of Back-end with Python
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction To The Course
Lecture 2: About The Provided Course Code
Lecture 3: Content List – Description of sections/lectures of the course
Lecture 4: Introduction to BDD, Gherkin and Behave
Chapter 2: Installations
Lecture 1: Installing Python – Mac
Lecture 2: Installing Python – Windows
Lecture 3: About Virtual Environment
Lecture 4: Creating virtual environment on Mac (demo)
Lecture 5: Creating virtual environment on Windows (demo)
Lecture 6: Installing Pycharm / IDE
Lecture 7: Add Virtual Environment to PyCharm
Lecture 8: Add Gherkin Plugin to PyCharm
Lecture 9: Installing Behave and Selenium
Chapter 3: BDD Components and Basic Examples
Lecture 1: Folder structure or layout (Discussion)
Lecture 2: Folder structure or layout (Demo/Example)
Lecture 3: Feature File
Lecture 4: Step definition File
Lecture 5: Running 1 file (discussion)
Lecture 6: Running 1 file (demo)
Lecture 7: Running all files (discussion)
Lecture 8: Running all files (demo)
Lecture 9: Review Please!
Lecture 10: Displaying Output
Lecture 11: More on Output
Lecture 12: ‘Given’, ‘Then’, ‘When’, ‘And’, ‘But’
Chapter 4: Passing Parameters to Steps
Lecture 1: Passing Parameters to Steps (discussion)
Lecture 2: Passing Parameters to Steps (demo)
Chapter 5: Sharing Data Between Steps
Lecture 1: Sharing Data Between Steps (discussion)
Lecture 2: Sharing Data Between Steps (demo)
Chapter 6: Time for Practical Examples
Lecture 1: Practical Examples Discussion
Lecture 2: Project Setup Overview
Lecture 3: Test Cases Group 1 Part 1 (python.org)
Lecture 4: Test Case Group 1 Part 2 (python.org)
Lecture 5: Using custom config file
Lecture 6: Test Case Group 3 (more config examples)
Chapter 7: Setup and Teardown
Lecture 1: Setup and Teardown (discussion)
Lecture 2: Setup/Teardown/environment.py
Lecture 3: "Background"
Chapter 8: Scenario Outlines
Lecture 1: Scenario Outline (discussion)
Lecture 2: Scenario Outline (demo)
Chapter 9: Using Tags
Lecture 1: Using Tags (discussion)
Lecture 2: Using Tags (demo)
Chapter 10: Cucumber Behave Report Generation
Lecture 1: Generating Behave Reports Overview
Lecture 2: How to Output Junit Compatible xml
Lecture 3: How to Output JSON Report
Lecture 4: How to Generate Allure Report
Lecture 5: How to Generate Custom Report
Chapter 11: Other Behave Core features
Lecture 1: Calling Steps in Other Step definitions
Lecture 2: Passing User Data From Command Line
Lecture 3: Passing String to Step Definition
Lecture 4: "–exclude" How to Exclude Test by File Name
Lecture 5: "-f rerun" Retry Failed Tests (Rerun Failed Scenarios)
Lecture 6: "–stop" Stop Execution at First Failure
Lecture 7: "–dry-run" Run without Running
Chapter 12: Runner Script
Lecture 1: Runner Python Script to Run Tests
Lecture 2: Runner Python script – continued (Parameterize)
Lecture 3: Runner Python script – continued (Unique Test Id)
Lecture 4: Runner Python script – continued (Output directory)
Lecture 5: Runner Python script – continued (WebDrivers)
Chapter 13: BDD Automation Practice Section
Lecture 1: NOTE
Lecture 2: Introduction to Practice Section
Lecture 3: *TCID-10-1 (FE) Valid user should be able to login (Framework Setup)
Lecture 4: *TCID-10 – 2 (Continued) Valid user should be able to login
Lecture 5: *TCID-10 – 3 (FE) (Continued) Valid user should be able to login
Lecture 6: *TCID-10 – 4 (FE) (Continued) Valid user should be able to login
Lecture 7: Housekeeping – Same Files New Project in PyCharm
Lecture 8: TCID-11 (FE) User with wrong password should get correct error message
Lecture 9: TCID-12 (FE) User with none-existing email should get correct error message
Lecture 10: *Backend Helper – http GET method
Lecture 11: *Backend Helper – http POST method
Lecture 12: *Credentials Management
Lecture 13: *Backend Helper – Database Helper
Lecture 14: *TCID-24-1 (BE) Verify 'GET /products' returns all products
Lecture 15: *TCID-24-2 (BE) Verify 'GET /products' returns all products
Lecture 16: Assignment Solution: Get all pages of products
Lecture 17: *TCID-25 (BE) Verify 'products/id' returns a product with the given id
Lecture 18: *TCID-29-1 (BE) Verify 'POST /customers' creates user
Lecture 19: *TCID-29-2 (BE) Verify 'POST /customers' creates user
Lecture 20: *TCID-29-3 (BE) Verify 'POST /customers' creates user
Lecture 21: TCID-33-1 (FE) New user place order with 1 item without creating account
Lecture 22: TCID-33-2 (FE) @Given("I add 1 item to cart")
Lecture 23: TCID-33-3 (FE) @Given("I click on cart in nav bar")
Lecture 24: TCID-33-4 (FE) @When("I select 'Free Shipping' option")
Lecture 25: TCID-33-5 (FE) @When("I click on 'Proceed to checkout' button")
Lecture 26: TCID-33-6 (FE) @When("I verify 'Checkout' page is loaded")
Lecture 27: TCID-33-7 (FE) @When("I fill in the billing details form")
Instructors
-
Admas Kinfu
SuperSQA.com Learn from the experienced.
Rating Distribution
- 1 stars: 45 votes
- 2 stars: 57 votes
- 3 stars: 184 votes
- 4 stars: 465 votes
- 5 stars: 709 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024