Python Testing with Pytest For Beginners + Selenium

seeders: 37
leechers: 28
updated:
Added by tutsnode in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 41
  • Language: English

Files

Python Testing with Pytest For Beginners Selenium [TutsNode.net] - Python Testing with Pytest For Beginners Selenium 6 - Environment Management
  • 12 - How to Setup VENV.mp4 (201.3 MB)
  • 13 - How to Use VENV.mp4 (120.9 MB)
  • 14 - How to Clone Virtual Environment.mp4 (99.7 MB)
  • 15 - Install Pytest.mp4 (54.1 MB)
10 - Easy Teardown Code
  • 30 - Note About Next Video.html (0.5 KB)
  • 28 - Execute Teardown Code After Exiting Scope Of Test.mp4 (29.0 MB)
  • 31 - Running Code We Built So Far.mp4 (18.4 MB)
  • 29 - Quick Mention Of Examples.mp4 (12.7 MB)
5 - Folder File Management
  • 11 - Folder Setup for Testing Internal External App.mp4 (124.5 MB)
3 - My Way Of Doing Work optional
  • 9 - Better Key Positions.mp4 (114.3 MB)
  • 8 - Awesome Shortcuts.mp4 (76.3 MB)
9 - Mini Project For Recap
  • 24 - Folder Structure.mp4 (81.9 MB)
  • 23 - Configure Browser To Be Controlled By Python.mp4 (75.7 MB)
  • 26 - Test Webpage 1.mp4 (46.7 MB)
  • 22 - Intro.mp4 (29.2 MB)
  • 25 - Apply Browser As Fixture.mp4 (11.0 MB)
  • 27 - Test Webpage 2.mp4 (9.5 MB)
11 - Parameterise Fixtures For Multiple Inputs
  • 35 - Separate Fixtures From Test Files.mp4 (75.9 MB)
  • 34 - Configure Firefox To Be Controlled By Python.mp4 (73.2 MB)
  • 32 - Test Against Multiple Inputs.mp4 (65.6 MB)
  • 33 - Parameterization in Fixtures.mp4 (50.2 MB)
8 - Fixtures For Reducing Code Avoid Global Variables
  • 21 - Reduce Code Avoid Global Variables Using Fixtures.mp4 (73.8 MB)
4 - Essential Linux Tools
  • 10 - Install Pip VS Code.mp4 (72.6 MB)
12 - Mark Your Tests
  • 42 - Xfail Marker.mp4 (65.5 MB)
  • 36 - Introduce Problem Code.mp4 (49.3 MB)
  • 40 - Skip Marker.mp4 (32.5 MB)
  • 39 - Reduce Markers Using Test Classes.mp4 (31.4 MB)
  • 38 - List All Markers In Pytestini.mp4 (16.8 MB)
  • 41 - Conditional Skip Marker.mp4 (16.7 MB)
  • 37 - Using Markers To Identify Tests.mp4 (11.6 MB)
2 - Lab Setup
  • 6 - Optional Faster Updates Upgrades.mp4 (58.6 MB)
  • 5 - Run Linux In Windows.mp4 (54.8 MB)
  • 4 - Download Files.mp4 (30.7 MB)
  • 7 - Install Gnome Desktop Manager.mp4 (21.2 MB)
7 - Write your First Test
  • 18 - How to Run a Test.mp4 (51.8 MB)
  • 16 - Create Code.mp4 (46.4 MB)
  • 17 - Write Test using Assert.mp4 (23.9 MB)
  • 19 - How Pytest Finds Tests To Run.mp4 (13.9 MB)
  • 20 - Change How Pytest Identifies Files To Run.mp4 (11.3 MB)
1 - Introduction Setup
  • 1 - Why Testing.mp4 (39.2 MB)
  • 2 - Why Pytest.mp4 (15.6 MB)
  • 3 - How To Use Udemy Tools remind.mp4 (13.2 MB)
  • TutsNode.net.txt (0.1 KB)
  • [TGx]Downloaded from torrentgalaxy.to .txt (0.6 KB)
  • .pad
    • 0 (155.6 KB)
    • 1 (9.8 KB)
    • 2 (146.7 KB)
    • 3 (239.8 KB)
    • 4 (308.5 KB)
    • 5 (92.8 KB)
    • 6 (196.0 KB)
    • 7 (148.7 KB)
    • 8 (340.3 KB)
    • 9 (171.7 KB)
    • 10 (285.8 KB)
    • 11 (431.2 KB)
    • 12 (441.8 KB)
    • 13 (44.1 KB)
    • 14 (425.5 KB)
    • 15 (186.0 KB)
    • 16 (433.5 KB)
    • 17 (207.6 KB)
    • 18 (354.2 KB)
    • 19 (230.6 KB)
    • 20 (258.4 KB)
    • 21 (52.5 KB)
    • 22 (290.8 KB)
    • 23 (471.7 KB)
    • 24 (64.7 KB)
    • 25 (260.0 KB)
    • 26 (280.1 KB)
    • 27 (473.3 KB)
    • 28 (107.7 KB)
    • 29 (341.8 KB)
    • 30 (103.4 KB)
    • 31 (249.2 KB)
    • 32 (273.2 KB)
    • 33 (458.8 KB)
    • 34 (89.4 KB)
    • 35 (265.1 KB)
    • 36 (304.4 KB)
    • 37 (390.4 KB)
    • 38 (184.2 KB)
    • 39 (31.7 KB)

Description


Description

This, is a Pytest Course for absolute Beginners. You must have completed an introductory level couse in python to understand this material.

I First cover why testing is needed, and why testing frameworks are important to achieve this. I help you understand best practises in folder management and configuration and then I teach the basics of pytest covered in the pytest docs website.

We will learn everything about Pytest that will help us build a test automation framework easily. We will cover all important aspects of pytest and also how automation is done in real test environment.

Some of topics are highlighted below, we will go thru all of this and more:

Setting Up Virtual Environments using venv
Folder Creation
Folder Configuration
Writing Tests Using Assert
How Pytest Finds Tests
How To Configure Naming Tests
Reduce code and Avoid Global Variables using Fixtures
Splitting Fixutures From Tests
Parametrized Testing
Markers For Selective Testing
Inbuilt Markers: Skip, xfail
conftest.ini
pytest.ini
How to use Selenium Webdriver to control the browser

After i cover the basics, we apply what we learn by testing a real webpage by controlling the browser using Selenium Webdriver inside our python code. We do this test against multiple webpages and multiple Browsers.

Anyone can follow along from top, by understanding each of the lessons and replicating it on their system. I cover the whole course making sure the language is easy to understand.

Thank you and see you in this course!!!
Who this course is for:

Beginner Python Developers curious about Pytest
Anyone who wants to build or improve an automated testing framework
QA Engineers who wants to learn about pytest

Requirements

You need to have taken an introductory course in Python
You need to have root or admin access to your computer
I develop in Linux so you’d have to be okay with that. I show you how to run Linux in Windows

Last Updated 1/2023



Download torrent
2.1 GB
seeders:37
leechers:28
Python Testing with Pytest For Beginners + Selenium


Trackers

tracker name
udp://open.stealth.si:80/announce
udp://tracker.tiny-vps.com:6969/announce
udp://fasttracker.foreverpirates.co:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://explodie.org:6969/announce
udp://tracker.cyberia.is:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.uw0.xyz:6969/announce
udp://opentracker.i2p.rocks:6969/announce
udp://tracker.birkenwald.de:6969/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.moeking.me:6969/announce
udp://tracker.dler.org:6969/announce
udp://9.rarbg.me:2970/announce
µTorrent compatible trackers list

Download torrent
2.1 GB
seeders:37
leechers:28
Python Testing with Pytest For Beginners + Selenium


Torrent hash: AB616EC5539406CD8522CBA7ED1ED864817ABABE