Real World Python Test Automation With Pytest (Django App)
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 5.32 GB | Duration: 7h 11m
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 5.32 GB | Duration: 7h 11m
Learn Pytest by building a full Django application with a Continuous Integration system, software testing best practices
What you'll learn
Learn the ins and outs of Pytest
Build a real world Django web server
Build a continuous integration system
Testing Best Practices
Build high-performing, reliable automated test suites
Allure Reporting
Slack messaging
Unit, Integration, E2E, performance tests
Mocking and Patching
Requirements
Advanced knowledge of python - This is NOT a beginner course
Description
This is a MUST course for anyone who cares about testing.I teach the ins and outs of pytest while building a real-world Django application (including a continuous integration system in bitbucket).In this course, we will build a very simple Django server, I will teach just enough Django so that we will be able to build the application and then focus on testing it.We will together test the application from all angels - Unit tests, integration tests, API tests, end-to-end tests , and performance tests with (a total of over 40 tests)You will end up with a complete CI system that integrates bitbucket cloud pipelines, slack messaging, and allure reporting.Every time we will make a push, the CI system will run our tests and will notify us if the build passed/failed.In this course, we go in-depth, and we will even implement together (from scratch) some of pytest's features so that we will know what happens under the hood when pytest is running our tests.This is not an entry-level course; basic knowledge of python is needed You will learn:Pytest features (in-depth)FixturesMarkersParametrizeSkip, xfailPytest.iniPytest-djangoPytest-covpytest-xdistunittest library, mocksRequests libraryDjango (just enough to build a web server)Rest APIModels, MigrationsViewsSerializersSQLite3 DBEmail backendsContinuous Integration (in-depth)Bitbucket pipelinesBitbucket environment variablesParallel stepsDockerSlack messaging integrationAllure ReportingTesting (In-depth)Unit testsMocking. Patching, StubsIntegration testsPerformance testsTesting environmentsPython best practiceVirtual environments: pipenvPipfileType hintingBlack formatter.env FileRecreating react our projects UI (No prior knowledge is needed
Who this course is for:
Developers who are interested in writing quality tests for their applications,Python Developers curious about Pytest,Anyone who wants to build or improve an automated testing framework,QA Engineers who wants to learn about pytest