Download link
File List
-
0. Websites you may like/[CourseClub.ME].url 122 B
0. Websites you may like/[FCS Forum].url 133 B
0. Websites you may like/[FreeCourseSite.com].url 127 B
0. Websites you may like/[GigaCourse.Com].url 49 B
01 Introduction_ Course topics, learning tips/001 Course Content.png 313.2 KB
01 Introduction_ Course topics, learning tips/001 Course Topics.en.srt 10.29 KB
01 Introduction_ Course topics, learning tips/001 Course Topics.mp4 115.97 MB
01 Introduction_ Course topics, learning tips/002 About the instructor (Corona Virus Edition).en.srt 3.09 KB
01 Introduction_ Course topics, learning tips/002 About the instructor (Corona Virus Edition).mp4 34.87 MB
01 Introduction_ Course topics, learning tips/003 How get the best of Udemy.en.srt 1.94 KB
01 Introduction_ Course topics, learning tips/003 How get the best of Udemy.mp4 19.63 MB
01 Introduction_ Course topics, learning tips/004 Short explanation of course sections.en.srt 9.1 KB
01 Introduction_ Course topics, learning tips/004 Short explanation of course sections.mp4 57.98 MB
01 Introduction_ Course topics, learning tips/005 Course Goals- What Is In It For You.en.srt 12.26 KB
01 Introduction_ Course topics, learning tips/005 Course Goals- What Is In It For You.mp4 174.54 MB
01 Introduction_ Course topics, learning tips/006 How I suggest watching the course - Watch this Before moving to the next section.en.srt 9.18 KB
01 Introduction_ Course topics, learning tips/006 How I suggest watching the course - Watch this Before moving to the next section.mp4 48.9 MB
01 Introduction_ Course topics, learning tips/006 Pytest Course Topological Graph.png 1.5 MB
01 Introduction_ Course topics, learning tips/007 Course Telegram Channel.en.srt 4.18 KB
01 Introduction_ Course topics, learning tips/007 Course Telegram Channel.mp4 56.36 MB
01 Introduction_ Course topics, learning tips/external-assets-links.txt 154 B
02 Pytest Quick Start Tutorial/001 Pytest Quick Overview.en.srt 5.1 KB
02 Pytest Quick Start Tutorial/001 Pytest Quick Overview.mp4 46.01 MB
02 Pytest Quick Start Tutorial/002 The GIST of pytest in 20 minuets - Markers.en.srt 17.78 KB
02 Pytest Quick Start Tutorial/002 The GIST of pytest in 20 minuets - Markers.mp4 80.93 MB
02 Pytest Quick Start Tutorial/003 The GIST of pytest in 20 minuets - Fixtures, Parametrize.en.srt 9.92 KB
02 Pytest Quick Start Tutorial/003 The GIST of pytest in 20 minuets - Fixtures, Parametrize.mp4 69.84 MB
02 Pytest Quick Start Tutorial/external-assets-links.txt 638 B
03 Unit tests VS Integration tests/001 Unit tests VS Integration tests.en.srt 16.46 KB
03 Unit tests VS Integration tests/001 Unit tests VS Integration tests.mp4 194.25 MB
04 Setting Up Your Development Environment/001 Creating a bitbucket project.en.srt 7.5 KB
04 Setting Up Your Development Environment/001 Creating a bitbucket project.mp4 117.78 MB
04 Setting Up Your Development Environment/002 Installing pipenv and required packages.en.srt 7.5 KB
04 Setting Up Your Development Environment/002 Installing pipenv and required packages.mp4 74.42 MB
04 Setting Up Your Development Environment/external-assets-links.txt 229 B
05 Creating and testing our awesome Django project/001 What are we going to build.en.srt 9.07 KB
05 Creating and testing our awesome Django project/001 What are we going to build.mp4 124.74 MB
05 Creating and testing our awesome Django project/002 Django project setup.en.srt 7.72 KB
05 Creating and testing our awesome Django project/002 Django project setup.mp4 80.26 MB
05 Creating and testing our awesome Django project/003 Creating our Django Models.en.srt 13.36 KB
05 Creating and testing our awesome Django project/003 Creating our Django Models.mp4 148.15 MB
05 Creating and testing our awesome Django project/004 Creating our REST API.en.srt 15.97 KB
05 Creating and testing our awesome Django project/004 Creating our REST API.mp4 132.57 MB
05 Creating and testing our awesome Django project/005 Manually testing our project's features.en.srt 3.47 KB
05 Creating and testing our awesome Django project/005 Manually testing our project's features.mp4 54.03 MB
05 Creating and testing our awesome Django project/external-assets-links.txt 624 B
06 Pytest automatic testing for our Django application/001 Writing our first pytests.en.srt 16.88 KB
06 Pytest automatic testing for our Django application/001 Writing our first pytests.mp4 207.83 MB
06 Pytest automatic testing for our Django application/002 API Test classes (unittest style).en.srt 14.18 KB
06 Pytest automatic testing for our Django application/002 API Test classes (unittest style).mp4 185.54 MB
06 Pytest automatic testing for our Django application/003 Pytest skip and xfail markers.en.srt 3.32 KB
06 Pytest automatic testing for our Django application/003 Pytest skip and xfail markers.mp4 40.65 MB
06 Pytest automatic testing for our Django application/004 Pytest tests that assert Exceptions.en.srt 4.73 KB
06 Pytest automatic testing for our Django application/004 Pytest tests that assert Exceptions.mp4 23.54 MB
06 Pytest automatic testing for our Django application/005 Pytest tests that assert Logs.en.srt 6.57 KB
06 Pytest automatic testing for our Django application/005 Pytest tests that assert Logs.mp4 70.37 MB
06 Pytest automatic testing for our Django application/006 Pytest test runner.en.srt 2.93 KB
06 Pytest automatic testing for our Django application/006 Pytest test runner.mp4 42.38 MB
06 Pytest automatic testing for our Django application/007 Testing Django Applications.en.srt 16.15 KB
06 Pytest automatic testing for our Django application/007 Testing Django Applications.mp4 203.05 MB
06 Pytest automatic testing for our Django application/008 Refactoring our tests to pytest native.en.srt 8.03 KB
06 Pytest automatic testing for our Django application/008 Refactoring our tests to pytest native.mp4 57.17 MB
06 Pytest automatic testing for our Django application/009 Summery_ Pytest VS unittest.en.srt 4.67 KB
06 Pytest automatic testing for our Django application/009 Summery_ Pytest VS unittest.mp4 36.47 MB
06 Pytest automatic testing for our Django application/025 testing-django-applications.pptx 635.47 KB
06 Pytest automatic testing for our Django application/external-assets-links.txt 521 B
07 Continuous Integration/001 Intro to Continuous Integration.en.srt 6.67 KB
07 Continuous Integration/001 Intro to Continuous Integration.mp4 66.63 MB
07 Continuous Integration/002 Hands on CI- creating bitbucket pipelines to run our tests.en.srt 9.53 KB
07 Continuous Integration/002 Hands on CI- creating bitbucket pipelines to run our tests.mp4 99.71 MB
07 Continuous Integration/003 Hands on CI- Bitbucket environment variables.en.srt 2.75 KB
07 Continuous Integration/003 Hands on CI- Bitbucket environment variables.mp4 25.87 MB
07 Continuous Integration/external-assets-links.txt 277 B
08 Django emailing service/001 Adding an email sending service.en.srt 9.37 KB
08 Django emailing service/001 Adding an email sending service.mp4 126.94 MB
08 Django emailing service/002 Testing our email service.en.srt 11.06 KB
08 Django emailing service/002 Testing our email service.mp4 143.15 MB
08 Django emailing service/003 Refactoring our Tests to Pytest.en.srt 10.72 KB
08 Django emailing service/003 Refactoring our Tests to Pytest.mp4 81.81 MB
08 Django emailing service/external-assets-links.txt 385 B
09 Exploring Pytest with Fibonacci/001 Intro to fibonacci tests.en.srt 2.6 KB
09 Exploring Pytest with Fibonacci/001 Intro to fibonacci tests.mp4 38.47 MB
09 Exploring Pytest with Fibonacci/002 Pytest Parametrize.en.srt 7.05 KB
09 Exploring Pytest with Fibonacci/002 Pytest Parametrize.mp4 32.43 MB
09 Exploring Pytest with Fibonacci/003 Implementing from scratch Pytests's parametrize feature.en.srt 10.95 KB
09 Exploring Pytest with Fibonacci/003 Implementing from scratch Pytests's parametrize feature.mp4 55.55 MB
09 Exploring Pytest with Fibonacci/004 Caching.en.srt 8.95 KB
09 Exploring Pytest with Fibonacci/004 Caching.mp4 43.18 MB
09 Exploring Pytest with Fibonacci/005 Running CI steps in paralell.en.srt 5.22 KB
09 Exploring Pytest with Fibonacci/005 Running CI steps in paralell.mp4 27.47 MB
09 Exploring Pytest with Fibonacci/006 Pytest fixture- Time tracking.en.srt 4.98 KB
09 Exploring Pytest with Fibonacci/006 Pytest fixture- Time tracking.mp4 22.67 MB
09 Exploring Pytest with Fibonacci/007 Using dynamic programming to solve fiobnacci.en.srt 8.18 KB
09 Exploring Pytest with Fibonacci/007 Using dynamic programming to solve fiobnacci.mp4 36.77 MB
09 Exploring Pytest with Fibonacci/external-assets-links.txt 680 B
10 Performance Testing/001 Implementing a pytest performance validator.en.srt 5.5 KB
10 Performance Testing/001 Implementing a pytest performance validator.mp4 19.06 MB
10 Performance Testing/002 Why not to use pytest-timeout.en.srt 1.68 KB
10 Performance Testing/002 Why not to use pytest-timeout.mp4 18.33 MB
10 Performance Testing/external-assets-links.txt 87 B
11 Pytest Assert Magic/001 Pytest Assert Magic.en.srt 5.62 KB
11 Pytest Assert Magic/001 Pytest Assert Magic.mp4 78.25 MB
12 Endpoint Assignment/001 Assignment.en.srt 1.98 KB
12 Endpoint Assignment/001 Assignment.mp4 27.37 MB
13 Pytest-xdist/001 Running our tests on multiple threads with pytest-xdist.en.srt 5.21 KB
13 Pytest-xdist/001 Running our tests on multiple threads with pytest-xdist.mp4 37.81 MB
14 Slack CI Integration/001 Setting a slack notification when bitbucket CI pipeline fails_passes.en.srt 11.61 KB
14 Slack CI Integration/001 Setting a slack notification when bitbucket CI pipeline fails_passes.mp4 78.71 MB
15 Conftest.py files and .env file/001 conftest.py.en.srt 5.4 KB
15 Conftest.py files and .env file/001 conftest.py.mp4 41.2 MB
15 Conftest.py files and .env file/002 .env file (auto reloading environment variables).en.srt 4.3 KB
15 Conftest.py files and .env file/002 .env file (auto reloading environment variables).mp4 12.43 MB
15 Conftest.py files and .env file/external-assets-links.txt 424 B
16 Advanced Fixtures/001 Fixtures Theory.en.srt 5.11 KB
16 Advanced Fixtures/001 Fixtures Theory.mp4 78.58 MB
16 Advanced Fixtures/002 Fixtures with arguments.en.srt 10.66 KB
16 Advanced Fixtures/002 Fixtures with arguments.mp4 114.89 MB
16 Advanced Fixtures/003 Executing parametrized fixtures.en.srt 17.8 KB
16 Advanced Fixtures/003 Executing parametrized fixtures.mp4 187.16 MB
16 Advanced Fixtures/external-assets-links.txt 297 B
17 Server Agnostic API Testing (requests library)/001 Server Agnostic API Testing with requests library (part 1).en.srt 14.22 KB
17 Server Agnostic API Testing (requests library)/001 Server Agnostic API Testing with requests library (part 1).mp4 163.56 MB
17 Server Agnostic API Testing (requests library)/002 Server Agnostic API Testing with requests library (part 2).en.srt 7.09 KB
17 Server Agnostic API Testing (requests library)/002 Server Agnostic API Testing with requests library (part 2).mp4 103.9 MB
17 Server Agnostic API Testing (requests library)/003 Mocking Requests to Isolate 3rd party dependencies in test functions (Theory).en.srt 7.83 KB
17 Server Agnostic API Testing (requests library)/003 Mocking Requests to Isolate 3rd party dependencies in test functions (Theory).mp4 94.49 MB
17 Server Agnostic API Testing (requests library)/004 Mocking Requests to Isolate 3rd party dependencies in test functions (Hands On).en.srt 23.23 KB
17 Server Agnostic API Testing (requests library)/004 Mocking Requests to Isolate 3rd party dependencies in test functions (Hands On).mp4 225.11 MB
17 Server Agnostic API Testing (requests library)/external-assets-links.txt 231 B
18 Allure Report Tool/001 What is Allure reporting.en.srt 5.18 KB
18 Allure Report Tool/001 What is Allure reporting.mp4 51.13 MB
18 Allure Report Tool/002 End To end Allure Integration - Test Report Webserver.en.srt 11.66 KB
18 Allure Report Tool/002 End To end Allure Integration - Test Report Webserver.mp4 40.12 MB
18 Allure Report Tool/external-assets-links.txt 267 B
19 Cool Plugins For pytest/001 Pytest-sugar.en.srt 6.28 KB
19 Cool Plugins For pytest/001 Pytest-sugar.mp4 34.89 MB
19 Cool Plugins For pytest/external-assets-links.txt 83 B
20 Mocking in Python/001 Python Mocking Theory.en.srt 28.11 KB
20 Mocking in Python/001 Python Mocking Theory.mp4 144.55 MB
20 Mocking in Python/002 How to Patch Like a PRO.en.srt 15.97 KB
20 Mocking in Python/002 How to Patch Like a PRO.mp4 63.03 MB
20 Mocking in Python/003 Patch is Hijacking Target's memory address.en.srt 5.36 KB
20 Mocking in Python/003 Patch is Hijacking Target's memory address.mp4 17.13 MB
21 Troubleshooting Section/001 What is the troubleshooting section for_.en.srt 1.02 KB
21 Troubleshooting Section/001 What is the troubleshooting section for_.mp4 12.38 MB
21 Troubleshooting Section/002 Configure Pycharm Default Test Runner to Pytest and set global Pytets Env Vars.en.srt 8 KB
21 Troubleshooting Section/002 Configure Pycharm Default Test Runner to Pytest and set global Pytets Env Vars.mp4 44.03 MB
21 Troubleshooting Section/003 Frequently Asked Import Errors (In depth explanation + resolution).en.srt 14.8 KB
21 Troubleshooting Section/003 Frequently Asked Import Errors (In depth explanation + resolution).mp4 102.5 MB
21 Troubleshooting Section/004 Frequently Asked INSTALLED_APPS RuntimeError (explanation + resolution).en.srt 1.45 KB
21 Troubleshooting Section/004 Frequently Asked INSTALLED_APPS RuntimeError (explanation + resolution).mp4 6.65 MB
21 Troubleshooting Section/005 Clone The Ready to go Django Project (If you are just interested in pytest).en.srt 14.86 KB
21 Troubleshooting Section/005 Clone The Ready to go Django Project (If you are just interested in pytest).mp4 82.48 MB
21 Troubleshooting Section/external-assets-links.txt 148 B
22 Congratulations - Software Developer Certificate/001 Congratulations - Software Developer Certificate.en.srt 2.56 KB
22 Congratulations - Software Developer Certificate/001 Congratulations - Software Developer Certificate.mp4 30.51 MB
Download Info
-
Tips
“[FreeCourseSite.com] Udemy - Real World Python Test Automation with Pytest (Django app)” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.