Learn PyTest from Scratch

Learn how to create and execute automation tests in pytest in the easiest way possible.

Ratings 4.05 / 5.00
Learn PyTest from Scratch

What You Will Learn!

  • How to create and execute Automation test suite in pytest
  • How to pick some/all/fixed number of tests to execute
  • Learn about fixtures and how to use them in your tests
  • Learn about markers, different types of makers
  • How to run tests in parallel to reduce overall execution time
  • How to generate pytest result report(html, jUnit-xml)

Description

Welcome to my first course,  "Learn PyTest from scratch"  course, a PyTest test framework that is a hot favorite choice of a Python developer.

This course is created in a way that even a newbie can follow. Whether you have never learned the PyTest framework or you know the basics but don`t know about the advanced topics, this course is for you. In this course, I will teach you the PyTest framework in the easiest way possible.

Testing is a crucial thing, the framework provides an easy way to adapt and use it to implement tests, PyTest is the most widely used, and as it is based on python programming language, which doesn`t need any introduction. Learning PyTest becomes very easy as of the simple syntax of python.

This course will teach you PyTest in a practical way, with every lecture coming with a full code walkthrough and a screencast presentation of a topic. Each section has an exercise to test your knowledge of what you will be gaining from the particular section.

I will start by helping you get installed needed things on your system, which include Python, PyTest, pip, and, PyCharm IDE.


I have covered a wide variety of topics, including:

  • Installing Python, PyTest, pip, PyCharm

  • Running a test in PyTest

  • Assert in PyTest

  • Understanding the result of the test

  • Discovery of a test

  • PyTest way of identifying test files and test functions

  • Fixtures

  • Markers

  • Config files

  • Pytest.ini file

  • Command-line option

  • Running tests in parallel

  • How to limit max test failures

and much more!


You will get lifetime access to all the lectures plus the corresponding presentation slides of the lectures!


So what are you waiting for? Learn PyTest with me in the easiest and most practical way and boost your career.

Who Should Attend!

  • Anyone who wants to learn about running automation and test
  • Developer who wants to learn PyTest for creating and running Python Tests
  • Python developer who wants to add pytest in his/her skillset
  • Software test Engineers
  • QA Engineers

TAKE THIS COURSE

Tags

  • pytest

Subscribers

190

Lectures

51

TAKE THIS COURSE



Related Courses