FileMood

Download Udemy - Automated Software Testing with Python (4.2022)

Udemy Automated Software Testing with Python 2022

Name

Udemy - Automated Software Testing with Python (4.2022)

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.7 GB

Total Files

275

Last Seen

2025-08-06 01:50

Hash

532BC810F07088F7794DF17904AA9862D1BB5592

/01 - Welcome!/

002 3-python-self-assessment.pdf

175.7 KB

001 How to take this course.html

1.4 KB

003 Installing Python and PyCharm on Windows.html

1.0 KB

004 Installing Python and PyCharm on OS X.html

0.9 KB

002 A self-assessment.html

0.4 KB

/02 - A Full Python Refresher/

038 Imports in Python.mp4

57.4 MB

030 Object-Oriented Programming in Python.mp4

48.9 MB

040 Errors in Python.mp4

44.5 MB

033 @classmethod and @staticmethod.mp4

38.9 MB

003 Variables in Python.mp4

36.6 MB

008 Lists, tuples, and sets.mp4

31.7 MB

028 Unpacking arguments.mp4

25.4 MB

039 Relative imports in Python.mp4

24.8 MB

012 If statements.mp4

24.5 MB

043 Simple decorators in Python.mp4

24.1 MB

035 Class inheritance.mp4

23.6 MB

015 Loops in Python.mp4

23.1 MB

020 Functions in Python.mp4

22.4 MB

001 Introduction to this section.mp4

21.9 MB

042 First-class functions.mp4

21.3 MB

029 Unpacking keyword arguments.mp4

21.0 MB

023 Functions returning values.mp4

20.4 MB

014 If statements with the 'in' keyword.mp4

20.0 MB

041 Custom error classes.mp4

18.7 MB

027 Solution to coding exercise dictionaries.mp4

17.8 MB

031 Magic methods __str__ and __repr__.mp4

17.1 MB

036 Class composition.mp4

16.7 MB

021 Function arguments and parameters.mp4

16.7 MB

019 Destructuring variables.mp4

16.6 MB

018 Dictionaries.mp4

16.5 MB

034 Solution to coding exercise @classmethod and @staticmethod.mp4

15.9 MB

025 Lambda functions in Python.mp4

15.4 MB

017 List comprehensions in Python.mp4

15.0 MB

032 Solution to coding exercise classes and objects.mp4

14.1 MB

037 Type hinting in Python 3.5+.mp4

13.1 MB

044 The 'at' syntax for decorators.mp4

12.9 MB

005 String formatting in Python.mp4

12.3 MB

046 Decorators with parameters.mp4

12.2 MB

010 Solution to coding exercise lists, tuples, sets.mp4

10.9 MB

006 Getting user input.mp4

10.3 MB

011 Booleans in Python.mp4

10.0 MB

047 Mutability in Python.mp4

9.8 MB

026 Dictionary comprehensions.mp4

9.7 MB

009 Advanced set operations.mp4

9.3 MB

048 Mutable default parameters (and why they're a bad idea).mp4

9.1 MB

022 Default parameter values.mp4

8.3 MB

016 Solution to coding exercise flow control.mp4

7.3 MB

007 Writing our first Python app.mp4

6.8 MB

045 Decorating functions with parameters.mp4

5.6 MB

024 Solution to coding exercise Functions.mp4

4.6 MB

013 The 'in' keyword in Python.mp4

4.5 MB

049 Conclusion of this section.mp4

3.7 MB

004 Solution to coding exercise Variables.mp4

3.5 MB

030 Object-Oriented Programming in Python_en.srt

26.3 KB

033 @classmethod and @staticmethod_en.srt

25.8 KB

040 Errors in Python_en.srt

22.7 KB

015 Loops in Python_en.srt

21.0 KB

020 Functions in Python_en.srt

19.0 KB

028 Unpacking arguments_en.srt

17.1 KB

038 Imports in Python_en.srt

16.5 KB

029 Unpacking keyword arguments_en.srt

15.2 KB

039 Relative imports in Python_en.srt

15.1 KB

012 If statements_en.srt

15.1 KB

003 Variables in Python_en.srt

14.8 KB

035 Class inheritance_en.srt

14.6 KB

018 Dictionaries_en.srt

14.5 KB

019 Destructuring variables_en.srt

14.2 KB

025 Lambda functions in Python_en.srt

14.2 KB

042 First-class functions_en.srt

13.9 KB

014 If statements with the 'in' keyword_en.srt

13.7 KB

021 Function arguments and parameters_en.srt

13.6 KB

023 Functions returning values_en.srt

13.4 KB

017 List comprehensions in Python_en.srt

12.5 KB

043 Simple decorators in Python_en.srt

12.2 KB

031 Magic methods __str__ and __repr___en.srt

11.2 KB

005 String formatting in Python_en.srt

11.0 KB

008 Lists, tuples, and sets_en.srt

10.8 KB

036 Class composition_en.srt

10.1 KB

047 Mutability in Python_en.srt

10.1 KB

006 Getting user input_en.srt

9.8 KB

011 Booleans in Python_en.srt

9.4 KB

037 Type hinting in Python 3.5+_en.srt

9.4 KB

041 Custom error classes_en.srt

9.0 KB

027 Solution to coding exercise dictionaries_en.srt

8.8 KB

046 Decorators with parameters_en.srt

8.6 KB

034 Solution to coding exercise @classmethod and @staticmethod_en.srt

7.8 KB

048 Mutable default parameters (and why they're a bad idea)_en.srt

7.5 KB

009 Advanced set operations_en.srt

7.4 KB

022 Default parameter values_en.srt

7.2 KB

026 Dictionary comprehensions_en.srt

6.8 KB

032 Solution to coding exercise classes and objects_en.srt

6.5 KB

044 The 'at' syntax for decorators_en.srt

6.4 KB

010 Solution to coding exercise lists, tuples, sets_en.srt

6.4 KB

016 Solution to coding exercise flow control_en.srt

6.3 KB

007 Writing our first Python app_en.srt

6.0 KB

045 Decorating functions with parameters_en.srt

4.4 KB

024 Solution to coding exercise Functions_en.srt

4.1 KB

013 The 'in' keyword in Python_en.srt

3.4 KB

004 Solution to coding exercise Variables_en.srt

2.8 KB

001 Introduction to this section_en.srt

2.0 KB

049 Conclusion of this section_en.srt

1.0 KB

002 Access the code for this section here.html

0.8 KB

external-assets-links.txt

0.1 KB

/03 - Your first automated software test/

011 Taking our patching further.mp4

62.3 MB

008 Integration tests and finishing the blog.mp4

46.0 MB

009 Mocking, patching, and system tests.mp4

43.6 MB

010 Patching the input method and returning values.mp4

33.1 MB

007 The __repr__ method, and intro to TDD.mp4

25.1 MB

004 Writing our first test.mp4

22.1 MB

012 The last few patches!.mp4

22.0 MB

013 The TestCase setUp method.mp4

18.6 MB

006 Writing blog tests and PyCharm run configurations.mp4

17.7 MB

003 Setting up our project.mp4

14.6 MB

005 Testing dictionary equivalence.mp4

13.9 MB

014 Conclusion of this section.mp4

2.7 MB

001 Introduction to this section.mp4

2.4 MB

009 Mocking, patching, and system tests_en.srt

20.7 KB

011 Taking our patching further_en.srt

19.0 KB

008 Integration tests and finishing the blog_en.srt

14.6 KB

004 Writing our first test_en.srt

14.4 KB

007 The __repr__ method, and intro to TDD_en.srt

10.3 KB

003 Setting up our project_en.srt

10.0 KB

010 Patching the input method and returning values_en.srt

9.1 KB

006 Writing blog tests and PyCharm run configurations_en.srt

8.6 KB

012 The last few patches!_en.srt

8.2 KB

005 Testing dictionary equivalence_en.srt

7.0 KB

013 The TestCase setUp method_en.srt

5.8 KB

002 Access the code for this section here.html

0.9 KB

014 Conclusion of this section_en.srt

0.6 KB

001 Introduction to this section_en.srt

0.6 KB

/04 - Testing a Flask Endpoint/

005 Our first System test.mp4

21.7 MB

006 Refactoring our System Tests.mp4

14.1 MB

004 Creating our Flask app.mp4

12.0 MB

003 Setting our project up.mp4

11.0 MB

007 Conclusion of this section.mp4

3.3 MB

001 Introduction to this section.mp4

2.7 MB

005 Our first System test_en.srt

12.0 KB

004 Creating our Flask app_en.srt

8.4 KB

006 Refactoring our System Tests_en.srt

7.8 KB

003 Setting our project up_en.srt

6.1 KB

002 Access the code for this section here.html

0.9 KB

007 Conclusion of this section_en.srt

0.8 KB

001 Introduction to this section_en.srt

0.8 KB

/05 - REST API Testing, Part I/

003 A look at a REST API with Flask.mp4

122.4 MB

005 Setting up our generic BaseTest.mp4

23.5 MB

004 Unit testing a REST API.mp4

19.4 MB

006 Integration testing a REST API.mp4

17.2 MB

001 Introduction to this section.mp4

3.6 MB

007 Conclusion of this section.mp4

2.5 MB

003 A look at a REST API with Flask_en.srt

24.3 KB

005 Setting up our generic BaseTest_en.srt

11.5 KB

004 Unit testing a REST API_en.srt

10.3 KB

006 Integration testing a REST API_en.srt

8.3 KB

003 starter-code.zip

4.6 KB

002 Access the code for this section here.html

1.3 KB

001 Introduction to this section_en.srt

0.8 KB

007 Conclusion of this section_en.srt

0.7 KB

/06 - REST API Testing, Part II/

005 Unit testing models and SQLAlchemy mappers.mp4

83.4 MB

003 Setting up our project.mp4

40.6 MB

006 Finishing our Store tests.mp4

32.9 MB

004 Testing foreign key constraints with Python.mp4

16.5 MB

007 Conclusion of this section.mp4

2.4 MB

001 Introduction to this section.mp4

2.0 MB

005 Unit testing models and SQLAlchemy mappers_en.srt

13.7 KB

006 Finishing our Store tests_en.srt

13.5 KB

003 starter-code.zip

12.8 KB

003 Setting up our project_en.srt

12.0 KB

004 Testing foreign key constraints with Python_en.srt

6.5 KB

002 Access the code for this section here.html

1.3 KB

007 Conclusion of this section_en.srt

0.6 KB

001 Introduction to this section_en.srt

0.5 KB

/07 - System testing a REST API/

011 Writing our Item System tests and testing authentication.mp4

185.2 MB

009 Finalising user System tests.mp4

53.5 MB

010 Writing Store System tests.mp4

52.4 MB

003 Setting project up and creating User model.mp4

24.9 MB

008 Testing user registration.mp4

18.0 MB

006 Writing our User tests.mp4

14.9 MB

005 Allowing users to log in.mp4

14.7 MB

007 The setUpClass method in the BaseTest.mp4

13.9 MB

001 Introduction to this section.mp4

2.9 MB

012 Conclusion of this section.mp4

2.7 MB

011 Writing our Item System tests and testing authentication_en.srt

24.6 KB

010 Writing Store System tests_en.srt

15.4 KB

009 Finalising user System tests_en.srt

9.8 KB

008 Testing user registration_en.srt

7.6 KB

007 The setUpClass method in the BaseTest_en.srt

6.2 KB

003 Setting project up and creating User model_en.srt

6.0 KB

005 Allowing users to log in_en.srt

5.6 KB

006 Writing our User tests_en.srt

5.2 KB

004 Change to the next lecture's code.html

1.0 KB

002 Access the code for this section here.html

0.9 KB

001 Introduction to this section_en.srt

0.7 KB

012 Conclusion of this section_en.srt

0.7 KB

/08 - System testing with Postman and Newman/

008 Installing Node and Newman.mp4

41.0 MB

006 Running a test folder in Postman.mp4

39.6 MB

003 Introduction to Postman.mp4

33.2 MB

007 Advanced PyCharm run configurations.mp4

20.9 MB

005 Setting and clearing environment variables in Postman.mp4

19.4 MB

004 Our first Posman tests.mp4

15.8 MB

009 Multirun in PyCharm—Running app and tests together.mp4

9.6 MB

001 Introduction to this section.mp4

4.1 MB

010 Conclusion of this section.mp4

3.6 MB

003 Introduction to Postman_en.srt

12.2 KB

006 Running a test folder in Postman_en.srt

9.5 KB

005 Setting and clearing environment variables in Postman_en.srt

9.0 KB

007 Advanced PyCharm run configurations_en.srt

7.5 KB

004 Our first Posman tests_en.srt

7.5 KB

008 Installing Node and Newman_en.srt

6.0 KB

009 Multirun in PyCharm—Running app and tests together_en.srt

3.8 KB

001 Introduction to this section_en.srt

1.1 KB

010 Conclusion of this section_en.srt

0.9 KB

002 Access the code and Postman files here.html

0.8 KB

/09 - Continuous Integration with Travis CI/

010 The Travis config file and running tests.mp4

80.2 MB

007 Adding our project to GitHub.mp4

38.1 MB

003 Installing Git.mp4

16.2 MB

006 GitHub and remote repositories.mp4

12.8 MB

011 Adding our test badge to the Readme.mp4

8.4 MB

008 What is Travis CI.mp4

8.1 MB

004 What is a Git repository.mp4

7.9 MB

005 A local Git workflow.mp4

7.7 MB

009 Adding our repository to Travis.mp4

4.4 MB

012 Conclusion of this section.mp4

3.9 MB

001 Introduction to this section.mp4

3.8 MB

010 The Travis config file and running tests_en.srt

12.2 KB

004 What is a Git repository_en.srt

7.2 KB

006 GitHub and remote repositories_en.srt

6.7 KB

005 A local Git workflow_en.srt

5.9 KB

007 Adding our project to GitHub_en.srt

5.9 KB

003 Installing Git_en.srt

4.9 KB

011 Adding our test badge to the Readme_en.srt

4.1 KB

008 What is Travis CI_en.srt

3.2 KB

009 Adding our repository to Travis_en.srt

2.3 KB

001 Introduction to this section_en.srt

1.0 KB

012 Conclusion of this section_en.srt

1.0 KB

002 The code for this section.html

0.6 KB

/10 - Acceptance testing and browser automation with Selenium/

017 Filling in forms with Selenium.mp4

49.7 MB

010 Page locators and models.mp4

45.8 MB

007 Finishing our first test.mp4

36.0 MB

014 Waits and timeouts with Selenium.mp4

29.0 MB

004 Our first acceptance test step.mp4

23.8 MB

011 The blog page.mp4

20.4 MB

009 Our first content test.mp4

20.3 MB

012 Using pages in navigation.mp4

18.5 MB

006 Verifying everything works.mp4

14.3 MB

015 Debugging acceptance tests in PyCharm.mp4

10.8 MB

008 Re-using steps with the regular expression matcher.mp4

10.6 MB

002 What is acceptance testing.mp4

9.8 MB

016 Our final complex scenario.mp4

8.4 MB

005 Getting the Chrome webdriver.mp4

7.7 MB

013 Don't over-generalise tests!.mp4

7.2 MB

019 Conclusion of this section.mp4

4.1 MB

001 Introduction to this section.mp4

4.0 MB

003 Introduction to our project.mp4

3.7 MB

018 final-code.zip

45.0 KB

010 Page locators and models_en.srt

22.3 KB

007 Finishing our first test_en.srt

18.7 KB

017 Filling in forms with Selenium_en.srt

15.1 KB

004 Our first acceptance test step_en.srt

13.4 KB

009 Our first content test_en.srt

11.9 KB

014 Waits and timeouts with Selenium_en.srt

9.2 KB

011 The blog page_en.srt

8.4 KB

012 Using pages in navigation_en.srt

7.8 KB

006 Verifying everything works_en.srt

7.6 KB

002 What is acceptance testing_en.srt

7.3 KB

008 Re-using steps with the regular expression matcher_en.srt

5.2 KB

005 Getting the Chrome webdriver_en.srt

4.8 KB

003 Introduction to our project_en.srt

4.7 KB

015 Debugging acceptance tests in PyCharm_en.srt

4.5 KB

003 video-code.zip

4.4 KB

013 Don't over-generalise tests!_en.srt

3.5 KB

016 Our final complex scenario_en.srt

3.3 KB

019 Conclusion of this section_en.srt

1.1 KB

001 Introduction to this section_en.srt

1.0 KB

018 Access the final code of this section here.html

0.2 KB

/11 - Bonus Material/

001 Bonus lecture other courses and next steps.html

2.2 KB

 

Total files 275


Copyright © 2025 FileMood.com