-
Урок 1. 00:03:05Welcome To The Course
-
Урок 2. 00:04:05Table Of Content
-
Урок 3. 00:05:41Preview of End Result
-
Урок 4. 00:03:16About The Test Site and Ecommerce API
-
Урок 5. 00:03:49Intro to Installation and Setup Section
-
Урок 6. 00:04:19Installing Python On Mac
-
Урок 7. 00:09:22Installing Python On Windows
-
Урок 8. 00:10:11How to Use Virtual Environment
-
Урок 9. 00:06:13Create Virtual Environment For The Course
-
Урок 10. 00:07:06Install IDE (PyCharm)
-
Урок 11. 00:05:57PyCharm Project & Virtual Environment
-
Урок 12. 00:06:30Options To Run WordPress
-
Урок 13. 00:17:04Running WordPress with MAMP
-
Урок 14. 00:09:48Running WordPress with "Local"
-
Урок 15. 00:04:52Install Plugin "WooCommerce"
-
Урок 16. 00:03:38Adding Sample Products to the Site
-
Урок 17. 00:13:41Setup and Verify API with Postman and Python
-
Урок 18. 00:08:12Install MySQL WorkBench & Connect to Database
-
Урок 19. 00:11:41Introduction to PyTest
-
Урок 20. 00:12:36Selecting Tests By Markers (Tags)
-
Урок 21. 00:09:13Setup & Teardown (fixtures)
-
Урок 22. 00:05:46PyTest HTML Report
-
Урок 23. 00:16:59How To Use The Provided Code
-
Урок 24. 00:10:57Project Structure Overview
-
Урок 25. 00:09:40TCID-29 - Discussion - "create a customer" endpoint
-
Урок 26. 00:11:40TCID-29 - Design Test Code Template
-
Урок 27. 00:12:01Helper - Email & Password Generator (TCID-29)
-
Урок 28. 00:12:08Helper - Crete Customer (TCID-29)
-
Урок 29. 00:14:44Helper - 'POST' request (TCID-29)
-
Урок 30. 00:10:24Authenticate our API call
-
Урок 31. 00:17:23Helper - Credentials
-
Урок 32. 00:10:02TCID-29 Verify 'Create Customer' API Response
-
Урок 33. 00:05:44Setting Environment Variables
-
Урок 34. 00:04:42Customers DAO
-
Урок 35. 00:18:27Helper - Database Connect & SQL
-
Урок 36. 00:06:53TCID-29 Verify Database
-
Урок 37. 00:01:21TCID-30 - Discussion - List All Customers Endpoint
-
Урок 38. 00:10:42TCID-30 - List All Customers (GET Call)
-
Урок 39. 00:19:28TCID-47 - Create Customer Existing Email (negative test)
-
Урок 40. 00:03:33Run All Customers Test Cases
-
Урок 41. 00:01:34Assignment - Automate TCID-24 (Get All Products)
-
Урок 42. 00:09:15TCID-24 Get All Products - Implementation
-
Урок 43. 00:16:24TCID-25 Get Product By ID
-
Урок 44. 00:15:58TCID-26 Create Simple Product
-
Урок 45. 00:18:59TCID-51-1 List Product With Filter "after"
-
Урок 46. 00:14:16TCID-51-2 List Product With Filter "after" - db verification
-
Урок 47. 00:08:55TCID-51-3 List Product With Filter "after" - more pages
-
Урок 48. 00:15:08WooCommerce Python Library Intro
-
Урок 49. 00:02:30TCID-48-1 Place Guest Order - Discussion
-
Урок 50. 00:15:26TCID-48-2 Place Guest Order - Read Payload From File
-
Урок 51. 00:11:42TCID-48-3 Place Guest Order - Make The Call
-
Урок 52. 00:05:36TCID-48-4 Place Guest Order -Validate Response
-
Урок 53. 00:18:03TCID-48-5 Place Guest Order -Validate db
-
Урок 54. 00:17:01TCID-49 Place Order With New Customer
-
Урок 55. 00:11:04Setup Example with TCID-49
-
Урок 56. 00:19:48Use Configs for Database Connections
-
Урок 57. 00:16:30TCID-55-1 Update Order Status - Cancelled
-
Урок 58. 00:06:36TCID-55-2 Update Order Status - Cancelled
-
Урок 59. 00:08:08TCID-55,56,57 Parametrization
-
Урок 60. 00:10:18TCID-58 Update Order Status - Invalid Status
-
Урок 61. 00:06:50TCID-59 Update Order - "customer_note"
-
Урок 62. 00:01:27Docker Section Introduction
-
Урок 63. 00:13:18Create Dockerfile & Build Image
-
Урок 64. 00:08:43Start Container and Try Test Run - unsuccessful
-
Урок 65. 00:06:18Connect to Database From Container
-
Урок 66. 00:13:24Use Docker Volumes To Avoid Image Rebuild
-
Урок 67. 00:08:14Make API Call from Container
-
Урок 68. 00:03:23Run Tests From Outside Container
-
Урок 69. 00:11:55Wrapper Script To Run Tests In Container
-
Урок 70. 00:01:35Color Output From Docker Run
-
Урок 71. 00:02:26Using Debugger (pdb) With Docker
-
Урок 72. 00:04:24Timestamp The Report
-
Урок 73. 00:02:47Docker Section Summary
-
Урок 74. 00:02:50Introduction to the SQL Crash Course
-
Урок 75. 00:08:16Introduction to SQL
-
Урок 76. 00:12:48Setup Database and Data
-
Урок 77. 00:11:51SQL SELECT Query (Reading Data)
-
Урок 78. 00:11:26SQL SELECT Query Continued
-
Урок 79. 00:08:41SQL SELECT Query Continued 2
-
Урок 80. 00:07:32SQL IN Clause
-
Урок 81. 00:10:49SQL SELECT Sub-Query
-
Урок 82. 00:07:31SQL LIKE Clause
-
Урок 83. 00:08:41Intro to SQL JOIN
-
Урок 84. 00:08:53SQL JOIN
-
Урок 85. 00:09:14SQL LEFT JOIN
-
Урок 86. 00:14:12SQL Special Functions
-
Урок 87. 00:12:20SQL INSERT INTO
-
Урок 88. 00:06:47SQL CREATE TABLE
-
Урок 89. 00:04:17SQL DROP and TRUNCATE
-
Урок 90. 00:02:18SQL Crash Course Conclusion
- Категории
- Источники
- Все курсы
- Разделы
- Книги
Could you update the course? The update from 03/2024 is already available.