Filename Size Automated Software Testing with Python/1. Welcome!/2. How to take this course.html 1.1 KB Automated Software Testing with Python/1. Welcome!/3. A self-assessment.html 548 B Automated Software Testing with Python/1. Welcome!/3.1 3_python_self_assessment.pdf.pdf 171.6 KB Automated Software Testing with Python/1. Welcome!/4. Installing Python and PyCharm on Windows.html 1.1 KB Automated Software Testing with Python/1. Welcome!/5. Installing Python and PyCharm on OS X.html 1015 B Automated Software Testing with Python/1. Welcome!/Lesson 1. Welcome to the course.mp4 16.8 MB Automated Software Testing with Python/1. Welcome!/Must Read.txt 540 B Automated Software Testing with Python/2. A Full Python Refresher/12. Lists, tuples, and sets.html 144 B Automated Software Testing with Python/2. A Full Python Refresher/16. Flow control—loops and ifs.html 144 B Automated Software Testing with Python/2. A Full Python Refresher/2. Access the code for this section here.html 1015 B Automated Software Testing with Python/2. A Full Python Refresher/22. Dictionaries and students.html 144 B Automated Software Testing with Python/2. A Full Python Refresher/26. Classes and objects.html 144 B Automated Software Testing with Python/2. A Full Python Refresher/29. @classmethod and @staticmethod.html 144 B Automated Software Testing with Python/2. A Full Python Refresher/4. Variables.html 144 B Automated Software Testing with Python/2. A Full Python Refresher/7. Methods and functions.html 144 B Automated Software Testing with Python/2. A Full Python Refresher/Lesson 10. Solution to coding exercise lists, tuples, sets.mp4 8.7 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 11. Loops in Python.mp4 24.9 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 12. If statements.mp4 13.2 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 13. Solution to coding exercise flow control.mp4 10.4 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 14. A programming exercise for you.mp4 20.1 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 15. List comprehension.mp4 24.3 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 16. Dictionaries.mp4 12.2 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 17. Are dictionaries things.mp4 8 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 18. Solution to coding exercise dictionaries.mp4 13 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 19. Objects in Python.mp4 19.9 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 2. Introduction to this section.mp4 8.7 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 20. A Student example.mp4 10.3 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 21. Solution to coding exercise classes and objects.mp4 10.1 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 22. @classmethod and @staticmethod.mp4 15.1 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 23. Solution to coding exercise @classmethod and @staticmethod.mp4 12.2 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 24. Inheritance in Object-Oriented Programming.mp4 24.1 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 25. args and kwargs.mp4 21.9 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 26. Passing functions as arguments.mp4 15.9 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 27. Decorators in Python.mp4 12 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 28. Advanced decorators.mp4 16.1 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 29. Conclusion of this section.mp4 7 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 3. Variables in Python.mp4 10.8 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 4. Solution to coding exercise Variables.mp4 3.6 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 5. Methods in Python.mp4 23 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 6. Solution to coding exercise Methods.mp4 6.7 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 7. Lists, tuples, and sets.mp4 13.6 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 8. List, tuple, and set operations.mp4 15.5 MB Automated Software Testing with Python/2. A Full Python Refresher/Lesson 9. Advanced set operations.mp4 11.5 MB Automated Software Testing with Python/3. Your first automated software test/2. Access the code for this section here.html 1 KB Automated Software Testing with Python/3. Your first automated software test/Lesson 30. Introduction to this section.mp4 4.6 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 31. Setting up our project.mp4 13.4 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 32. Writing our first test.mp4 21 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 33. Testing dictionary equivalence.mp4 10.9 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 34. Writing blog tests and PyCharm run configurations.mp4 14.6 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 35. The __repr__ method, and intro to TDD.mp4 20.2 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 36. Integration tests and finishing the blog.mp4 28.9 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 37. Mocking, patching, and system tests.mp4 33.7 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 38. Patching the input method and returning values.mp4 17.3 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 39. Taking our patching further.mp4 41.4 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 40. The last few patches!.mp4 18.8 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 41. The TestCase setUp method.mp4 15.3 MB Automated Software Testing with Python/3. Your first automated software test/Lesson 42. Conclusion of this section.mp4 5.3 MB Automated Software Testing with Python/4. Testing a Flask Endpoint/2. Access the code for this section here.html 1 KB Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 43. Introduction to this section.mp4 5.8 MB Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 44. Setting our project up.mp4 9.2 MB Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 45. Creating our Flask app.mp4 12.4 MB Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 46. Our first System test.mp4 19.2 MB Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 47. Refactoring our System Tests.mp4 13.2 MB Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 48. Conclusion of this section.mp4 6.4 MB Automated Software Testing with Python/4. Testing a Flask Endpoint/ReadMe.txt 538 B Automated Software Testing with Python/5. REST API Testing, Part I/2. Access the code for this section here.html 1.4 KB Automated Software Testing with Python/5. REST API Testing, Part I/3.1 starter_code.zip.zip 5.6 KB Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 49. Introduction to this section.mp4 6.6 MB Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 50. A look at a REST API with Flask.mp4 43.7 MB Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 51. Unit testing a REST API.mp4 18.5 MB Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 52. Setting up our generic BaseTest.mp4 19.6 MB Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 53. Integration testing a REST API.mp4 14.6 MB Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 54. Conclusion of this section.mp4 4.8 MB Automated Software Testing with Python/6. REST API Testing, Part II/2. Access the code for this section here.html 1.3 KB Automated Software Testing with Python/6. REST API Testing, Part II/3.1 starter_code.zip.zip 12.5 KB Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 55. Introduction to this section.mp4 3.9 MB Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 56. Setting up our project.mp4 22.8 MB Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 57. Testing foreign key constraints with Python.mp4 12.1 MB Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 58. Unit testing models and SQLAlchemy mappers.mp4 27.2 MB Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 59. Finishing our Store tests.mp4 27.6 MB Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 60. Conclusion of this section.mp4 4.6 MB Automated Software Testing with Python/7. System testing a REST API/2. Access the code for this section here.html 1 KB Automated Software Testing with Python/7. System testing a REST API/Lesson 61. Introduction to this section.mp4 5.4 MB Automated Software Testing with Python/7. System testing a REST API/Lesson 62. Setting project up and creating User model.mp4 13.4 MB Automated Software Testing with Python/7. System testing a REST API/Lesson 63. Allowing users to log in.mp4 10.6 MB Automated Software Testing with Python/7. System testing a REST API/Lesson 64. Writing our User tests.mp4 10.3 MB Automated Software Testing with Python/7. System testing a REST API/Lesson 65. The setUpClass method in the BaseTest.mp4 10.9 MB Automated Software Testing with Python/7. System testing a REST API/Lesson 66. Testing user registration.mp4 15.5 MB Automated Software Testing with Python/7. System testing a REST API/Lesson 67. Finalising user System tests.mp4 18.6 MB Automated Software Testing with Python/7. System testing a REST API/Lesson 68. Writing Store System tests.mp4 37.2 MB Automated Software Testing with Python/7. System testing a REST API/Lesson 69. Writing our Item System tests and testing authentication.mp4 62.5 MB Automated Software Testing with Python/7. System testing a REST API/Lesson 70. Conclusion of this section.mp4 5.3 MB Automated Software Testing with Python/7. System testing a REST API/ReadMe.txt 538 B Automated Software Testing with Python/ReadMe.txt 538 B