Automated Software Testing with Python
- 收录时间:2020-01-14 03:06:19
- 文件大小:2GB
- 下载次数:21
- 最近下载:2020-11-27 17:35:30
- 磁力链接:
-
文件列表
- Automated Software Testing with Python/7. System testing a REST API/Lesson 69. Writing our Item System tests and testing authentication.mp4 62MB
- Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 50. A look at a REST API with Flask.mp4 44MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 39. Taking our patching further.mp4 41MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 88. The Travis config file and running tests.mp4 39MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 100. Page locators and models.mp4 39MB
- Automated Software Testing with Python/7. System testing a REST API/Lesson 68. Writing Store System tests.mp4 37MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 37. Mocking, patching, and system tests.mp4 34MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 107. Filling in forms with Selenium.mp4 32MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 97. Finishing our first test.mp4 31MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 36. Integration tests and finishing the blog.mp4 29MB
- Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 59. Finishing our Store tests.mp4 28MB
- Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 58. Unit testing models and SQLAlchemy mappers.mp4 27MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 11. Loops in Python.mp4 25MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 15. List comprehension.mp4 24MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 24. Inheritance in Object-Oriented Programming.mp4 24MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 5. Methods in Python.mp4 23MB
- Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 56. Setting up our project.mp4 23MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 94. Our first acceptance test step.mp4 22MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 25. args and kwargs.mp4 22MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 32. Writing our first test.mp4 21MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 35. The __repr__ method, and intro to TDD.mp4 20MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 14. A programming exercise for you.mp4 20MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 19. Objects in Python.mp4 20MB
- Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 52. Setting up our generic BaseTest.mp4 20MB
- Automated Software Testing with Python/8. System testing with Postman and Newman/Lesson 75. Running a test folder in Postman.mp4 19MB
- Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 46. Our first System test.mp4 19MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 40. The last few patches!.mp4 19MB
- Automated Software Testing with Python/7. System testing a REST API/Lesson 67. Finalising user System tests.mp4 19MB
- Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 51. Unit testing a REST API.mp4 19MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 104. Waits and timeouts with Selenium.mp4 18MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 99. Our first content test.mp4 18MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 101. The blog page.mp4 18MB
- Automated Software Testing with Python/8. System testing with Postman and Newman/Lesson 72. Introduction to Postman.mp4 18MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 38. Patching the input method and returning values.mp4 17MB
- Automated Software Testing with Python/1. Welcome!/Lesson 1. Welcome to the course.mp4 17MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 28. Advanced decorators.mp4 16MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 26. Passing functions as arguments.mp4 16MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 8. List, tuple, and set operations.mp4 15MB
- Automated Software Testing with Python/7. System testing a REST API/Lesson 66. Testing user registration.mp4 15MB
- Automated Software Testing with Python/8. System testing with Postman and Newman/Lesson 74. Setting and clearing environment variables in Postman.mp4 15MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 41. The TestCase setUp method.mp4 15MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 22. @classmethod and @staticmethod.mp4 15MB
- Automated Software Testing with Python/8. System testing with Postman and Newman/Lesson 77. Installing Node and Newman.mp4 15MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 102. Using pages in navigation.mp4 15MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 34. Writing blog tests and PyCharm run configurations.mp4 15MB
- Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 53. Integration testing a REST API.mp4 15MB
- Automated Software Testing with Python/8. System testing with Postman and Newman/Lesson 76. Advanced PyCharm run configurations.mp4 14MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 7. Lists, tuples, and sets.mp4 14MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 31. Setting up our project.mp4 13MB
- Automated Software Testing with Python/7. System testing a REST API/Lesson 62. Setting project up and creating User model.mp4 13MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 12. If statements.mp4 13MB
- Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 47. Refactoring our System Tests.mp4 13MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 18. Solution to coding exercise dictionaries.mp4 13MB
- Automated Software Testing with Python/8. System testing with Postman and Newman/Lesson 73. Our first Posman tests.mp4 12MB
- Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 45. Creating our Flask app.mp4 12MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 23. Solution to coding exercise @classmethod and @staticmethod.mp4 12MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 16. Dictionaries.mp4 12MB
- Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 57. Testing foreign key constraints with Python.mp4 12MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 27. Decorators in Python.mp4 12MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 85. Adding our project to GitHub.mp4 12MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 96. Verifying everything works.mp4 12MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 9. Advanced set operations.mp4 11MB
- Automated Software Testing with Python/7. System testing a REST API/Lesson 65. The setUpClass method in the BaseTest.mp4 11MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 33. Testing dictionary equivalence.mp4 11MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 3. Variables in Python.mp4 11MB
- Automated Software Testing with Python/7. System testing a REST API/Lesson 63. Allowing users to log in.mp4 11MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 84. GitHub and remote repositories.mp4 10MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 81. Installing Git.mp4 10MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 13. Solution to coding exercise flow control.mp4 10MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 20. A Student example.mp4 10MB
- Automated Software Testing with Python/7. System testing a REST API/Lesson 64. Writing our User tests.mp4 10MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 21. Solution to coding exercise classes and objects.mp4 10MB
- Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 44. Setting our project up.mp4 9MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 108. Conclusion of this section.mp4 9MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 82. What is a Git repository.mp4 9MB
- Automated Software Testing with Python/8. System testing with Postman and Newman/Lesson 71. Introduction to this section.mp4 9MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 10. Solution to coding exercise lists, tuples, sets.mp4 9MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 2. Introduction to this section.mp4 9MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 92. What is acceptance testing.mp4 9MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 91. Introduction to this section.mp4 9MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 98. Re-using steps with the regular expression matcher.mp4 9MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 105. Debugging acceptance tests in PyCharm.mp4 8MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 90. Conclusion of this section.mp4 8MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 17. Are dictionaries things.mp4 8MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 83. A local Git workflow.mp4 8MB
- Automated Software Testing with Python/8. System testing with Postman and Newman/Lesson 78. Multirun in PyCharm—Running app and tests together.mp4 8MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 80. Introduction to this section.mp4 8MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 29. Conclusion of this section.mp4 7MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 6. Solution to coding exercise Methods.mp4 7MB
- Automated Software Testing with Python/8. System testing with Postman and Newman/Lesson 79. Conclusion of this section.mp4 7MB
- Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 49. Introduction to this section.mp4 7MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 95. Getting the Chrome webdriver.mp4 7MB
- Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 48. Conclusion of this section.mp4 6MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 106. Our final complex scenario.mp4 6MB
- Automated Software Testing with Python/4. Testing a Flask Endpoint/Lesson 43. Introduction to this section.mp4 6MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 86. What is Travis CI.mp4 6MB
- Automated Software Testing with Python/7. System testing a REST API/Lesson 61. Introduction to this section.mp4 5MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 89. Adding our test badge to the Readme.mp4 5MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 103. Don't over-generalise tests!.mp4 5MB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/Lesson 93. Introduction to our project.mp4 5MB
- Automated Software Testing with Python/7. System testing a REST API/Lesson 70. Conclusion of this section.mp4 5MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 42. Conclusion of this section.mp4 5MB
- Automated Software Testing with Python/5. REST API Testing, Part I/Lesson 54. Conclusion of this section.mp4 5MB
- Automated Software Testing with Python/3. Your first automated software test/Lesson 30. Introduction to this section.mp4 5MB
- Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 60. Conclusion of this section.mp4 5MB
- Automated Software Testing with Python/6. REST API Testing, Part II/Lesson 55. Introduction to this section.mp4 4MB
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/Lesson 87. Adding our repository to Travis.mp4 4MB
- Automated Software Testing with Python/2. A Full Python Refresher/Lesson 4. Solution to coding exercise Variables.mp4 4MB
- Automated Software Testing with Python/1. Welcome!/3.1 3_python_self_assessment.pdf.pdf 172KB
- Automated Software Testing with Python/6. REST API Testing, Part II/3.1 starter_code.zip.zip 13KB
- Automated Software Testing with Python/5. REST API Testing, Part I/3.1 starter_code.zip.zip 6KB
- Automated Software Testing with Python/10. Acceptance testing and browser automation with Selenium/3.1 video_code.zip.zip 4KB
- Automated Software Testing with Python/5. REST API Testing, Part I/2. Access the code for this section here.html 1KB
- Automated Software Testing with Python/6. REST API Testing, Part II/2. Access the code for this section here.html 1KB
- Automated Software Testing with Python/11. Bonus Material/1. Bonus Lecture Other Resources and Courses.html 1KB
- Automated Software Testing with Python/1. Welcome!/2. How to take this course.html 1KB
- Automated Software Testing with Python/1. Welcome!/4. Installing Python and PyCharm on Windows.html 1KB
- Automated Software Testing with Python/7. System testing a REST API/2. Access the code for this section here.html 1KB
- Automated Software Testing with Python/3. Your first automated software test/2. Access the code for this section here.html 1KB
- Automated Software Testing with Python/4. Testing a Flask Endpoint/2. Access the code for this section here.html 1KB
- Automated Software Testing with Python/1. Welcome!/5. Installing Python and PyCharm on OS X.html 1015B
- Automated Software Testing with Python/2. A Full Python Refresher/2. Access the code for this section here.html 1015B
- Automated Software Testing with Python/8. System testing with Postman and Newman/2. Access the code and Postman files here.html 913B
- Automated Software Testing with Python/9. Continuous Integration with Travis CI/2. The code for this section.html 701B
- Automated Software Testing with Python/1. Welcome!/3. A self-assessment.html 548B
- Automated Software Testing with Python/1. Welcome!/Must Read.txt 540B
- Automated Software Testing with Python/ReadMe.txt 538B
- Automated Software Testing with Python/4. Testing a Flask Endpoint/ReadMe.txt 538B
- Course Downloaded from coursedrive.org.txt 538B
- Automated Software Testing with Python/7. System testing a REST API/ReadMe.txt 538B
- Automated Software Testing with Python/11. Bonus Material/ReadMe.txt 538B
- Automated Software Testing with Python/2. A Full Python Refresher/4. Variables.html 144B
- Automated Software Testing with Python/2. A Full Python Refresher/7. Methods and functions.html 144B
- Automated Software Testing with Python/2. A Full Python Refresher/12. Lists, tuples, and sets.html 144B
- Automated Software Testing with Python/2. A Full Python Refresher/16. Flow control—loops and ifs.html 144B
- Automated Software Testing with Python/2. A Full Python Refresher/22. Dictionaries and students.html 144B
- Automated Software Testing with Python/2. A Full Python Refresher/26. Classes and objects.html 144B
- Automated Software Testing with Python/2. A Full Python Refresher/29. @classmethod and @staticmethod.html 144B
- Visit Coursedrive.org.url 124B
- Automated Software Testing with Python/Visit Coursedrive.org.url 124B
- Automated Software Testing with Python/1. Welcome!/Visit Coursedrive.org.url 124B
- Automated Software Testing with Python/4. Testing a Flask Endpoint/Visit Coursedrive.org.url 124B
- Automated Software Testing with Python/7. System testing a REST API/Visit Coursedrive.org.url 124B
- Automated Software Testing with Python/11. Bonus Material/Visit Coursedrive.org.url 124B