Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Selenium with Python Frameworks : Data Driven & BDD
Rating: 4.2 out of 5(74 ratings)
1,533 students

Selenium with Python Frameworks : Data Driven & BDD

Data Driven Framework using Pytest | BDD Framework using Behave
Created byTesting World
Last updated 1/2021
English

What you'll learn

  • Basic to advance understanding of Robot Framework and Python
  • Ready to face interview questions in Python & Robot

Course content

8 sections45 lectures5h 12m total length
  • Setup Python on Windows Machine4:16

    Set up Python on a Windows machine by downloading the installer, performing a customized install, configuring the environment variables, and verifying the installation with Python -V.

  • Setup Pycharm: Editor for Python Programming2:48

    Set up the PyCharm community edition (free) for Python programming by downloading, installing, and launching the editor, then create a new Python project and select Python 3.6.

  • Package Installation Manager : PIP3:36

    Learn how pip, the Python package manager, installs and manages software packages; set up the Python scripts path, then use pip install for packages like robot framework and openpyxl.

Requirements

  • Basic understanding of Manual Testing
  • Basic understanding of Windows Operating System

Description

Selenium is an open-source web-based automation tool. Python language is used with Selenium for testing. It has far less verbose and easy to use than any other programming language.

Data Driven Framework is one of the popular Automation Testing Framework in the current market. Data Driven automated testing is a method in which the test data set is created in the excel sheet, and is then imported into automation testing tools to feed to the software under test.

Data Driven allow to execute our test cases with different sets of test data, data can be fetched from CSV, EXCEL, Database or any other source.

BDD Framework

behavior-driven development (BDD) is a software development process that emerged from test-driven development (TDD).Behavior-driven development combines the general techniques and principles of TDD with ideas from domain-driven design and object-oriented analysis and design to provide software development and management teams with shared tools and a shared process to collaborate on software development.

Who this course is for:

  • Manual Testers looking opportunity in Automation Testing
  • Selenium Automation Testers looking for ATDD testing using Robot