FileMood

Download [Tutorialsplanet.NET] Udemy - API Testing with Python 3 & PyTest, Backend Automation 2023

Tutorialsplanet NET Udemy API Testing with Python PyTest Backend Automation 2023

Name

[Tutorialsplanet.NET] Udemy - API Testing with Python 3 & PyTest, Backend Automation 2023

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

5.3 GB

Total Files

114

Last Seen

Hash

663F453FC2C19DCF2801A6E7D79541AB3DCC93B8

/0. Websites you may like/

[Tutorialsplanet.NET].url

0.1 KB

/1 - Introduction To The Course/

1 - SQL-Crash-Course-Resources.zip

206.8 KB

1 - Welcome To The Course.mp4

16.1 MB

1 - api-testing-py-course-material.zip

170.4 KB

2 - Table Of Content.mp4

22.1 MB

3 - Preview of End Result.mp4

40.5 MB

4 - About The Test Site and Ecommerce API.mp4

18.6 MB

/10 - More Practice Using Python Library by WooCommerce/

48 - WooCommerce Python Library Intro.mp4

94.5 MB

49 - TCID481 Place Guest Order Discussion.mp4

12.5 MB

50 - TCID482 Place Guest Order Read Payload From File.mp4

87.0 MB

51 - TCID483 Place Guest Order Make The Call.mp4

98.9 MB

52 - TCID484 Place Guest Order Validate Response.mp4

34.0 MB

53 - TCID485 Place Guest Order Validate db.mp4

171.2 MB

54 - TCID49 Place Order With New Customer.mp4

161.4 MB

55 - Setup Example with TCID49.mp4

102.1 MB

/11 - More Practice Setup & Database Configurations/

56 - Use Configs for Database Connections.mp4

135.5 MB

57 - TCID551 Update Order Status Cancelled.mp4

123.5 MB

58 - TCID552 Update Order Status Cancelled.mp4

55.8 MB

59 - TCID555657 Parametrization.mp4

55.7 MB

60 - TCID58 Update Order Status Invalid Status.mp4

92.5 MB

61 - TCID59 Update Order customernote.mp4

20.6 MB

/12 - EXERCISES/

62 - Exercise TCID61 Verify update regularprice updates the price field.html

0.7 KB

63 - Exercise TCID63 Verify update saleprice 0 will set field onsaleTrue.html

0.9 KB

64 - Exercise TCID64 Verify update saleprice will set field onsaleFalse.html

0.9 KB

65 - Exercise TCID65 Verify update saleprice updates the saleprice field.html

0.7 KB

66 - Exercise TCID60 Order with 50 off coupon should reduce total by 50.html

0.6 KB

67 - Exercise TCID37 Create a new coupon with discounttypepercent.html

0.5 KB

68 - Exercise TCID38 Create a new coupon with discounttypefixedcart.html

0.7 KB

69 - Exercise TCID39 Create a new coupon with discounttypefixedproduct.html

0.7 KB

70 - Exercise TCID40 Create a new coupon with discounttypeinvalid string.html

0.5 KB

/13 - Running Tests In Docker Container/

71 - Docker Section Introduction.mp4

2.9 MB

72 - Create Dockerfile & Build Image.mp4

78.3 MB

73 - Start Container and Try Test Run unsuccessful.mp4

67.4 MB

74 - Connect to Database From Container.mp4

56.6 MB

75 - Use Docker Volumes To Avoid Image Rebuild.mp4

100.2 MB

76 - How to find externallocal IP address for both Windows and Mac.txt

0.0 KB

76 - Make API Call from Container.mp4

74.4 MB

77 - Run Tests From Outside Container.mp4

18.2 MB

78 - Dockers own option to cleanup.txt

0.0 KB

78 - What Ive been using to cleanup docker.txt

0.1 KB

78 - Wrapper Script To Run Tests In Container.mp4

116.6 MB

79 - Color Output From Docker Run.mp4

6.0 MB

80 - Using Debugger pdb With Docker.mp4

21.1 MB

81 - Timestamp The Report.mp4

23.8 MB

82 - Docker Section Summary.mp4

6.3 MB

/14 - BONUS SECTION SQL MySQL Crash Course/

83 - Introduction to the SQL Crash Course.mp4

12.5 MB

83 - SQL-Crash-Course-Resources.zip

206.8 KB

84 - Introduction to SQL.mp4

29.9 MB

85 - Setup Database and Data.mp4

43.7 MB

86 - SQL SELECT Query Reading Data.mp4

69.5 MB

87 - SQL SELECT Query Continued.mp4

80.8 MB

88 - SQL SELECT Query Continued 2.mp4

75.8 MB

89 - SQL IN Clause.mp4

50.1 MB

90 - SQL SELECT SubQuery.mp4

63.8 MB

91 - SQL LIKE Clause.mp4

45.9 MB

92 - Intro to SQL JOIN.mp4

17.9 MB

93 - SQL JOIN.mp4

30.8 MB

94 - SQL LEFT JOIN.mp4

72.1 MB

95 - SQL Special Functions.mp4

85.2 MB

96 - SQL INSERT INTO.mp4

73.2 MB

97 - SQL CREATE TABLE.mp4

15.8 MB

98 - SQL DROP and TRUNCATE.mp4

13.0 MB

99 - SQL Crash Course Conclusion.mp4

4.6 MB

/2 - Installation and Setup of Tools/

10 - Install IDE PyCharm.mp4

16.4 MB

11 - PyCharm Project & Virtual Environment.mp4

24.1 MB

12 - Options To Run WordPress.mp4

13.5 MB

13 - Running WordPress with MAMP.mp4

115.5 MB

14 - Running WordPress with Local.mp4

25.3 MB

15 - Install Plugin WooCommerce.mp4

13.0 MB

16 - Adding Sample Products to the Site.mp4

23.6 MB

16 - Official documentation on how to load sample products.txt

0.1 KB

17 - Setup and Verify API with Postman and Python.mp4

102.4 MB

18 - Install MySQL WorkBench & Connect to Database.mp4

70.3 MB

5 - Intro to Installation and Setup Section.mp4

39.1 MB

6 - Installing Python On Mac.mp4

14.8 MB

7 - Installing Python On Windows.mp4

76.9 MB

8 - How to Use Virtual Environment.mp4

52.2 MB

9 - Create Virtual Environment For The Course.mp4

34.3 MB

[Tutorialsplanet.NET].url

0.1 KB

/3 - Crash Course on PyTest/

19 - Introduction to PyTest.mp4

33.1 MB

19 - PyTest-Intro.pdf

2.5 MB

20 - Documentation of using markers.txt

0.1 KB

20 - Selecting Tests By Markers Tags.mp4

40.3 MB

21 - Setup & Teardown fixtures.mp4

30.0 MB

22 - PyTest HTML Report.mp4

22.9 MB

/4 - Build Framework Project Structure/

23 - How To Use The Provided Code.mp4

140.2 MB

23 - How to find your internal IP address.txt

0.0 KB

24 - Project Structure Overview.mp4

45.0 MB

/5 - Test Case Discussion/

25 - TCID29 Discussion create a customer endpoint.mp4

32.3 MB

26 - TCID29 Design Test Code Template.mp4

64.8 MB

[Tutorialsplanet.NET].url

0.1 KB

/6 - Design Helper Classes/

27 - Helper Email & Password Generator TCID29.mp4

58.7 MB

28 - Helper Crete Customer TCID29.mp4

38.5 MB

29 - Helper POST request TCID29.mp4

57.0 MB

30 - Authenticate our API call.mp4

94.3 MB

31 - Good info about environment variables.txt

0.1 KB

31 - Helper Credentials.mp4

133.3 MB

32 - TCID29 Verify Create Customer API Response.mp4

61.7 MB

/7 - Environment Variables & Database Helper Class/

33 - Setting Environment Variables.mp4

49.3 MB

34 - Customers DAO.mp4

26.8 MB

35 - Helper Database Connect & SQL.mp4

128.6 MB

36 - TCID29 Verify Database.mp4

61.7 MB

/8 - Test Case ID 30/

37 - TCID30 Discussion List All Customers Endpoint.mp4

4.9 MB

38 - TCID30 List All Customers GET Call.mp4

77.9 MB

/9 - More Practice Test Cases/

39 - TCID47 Create Customer Existing Email negative test.mp4

165.3 MB

40 - Run All Customers Test Cases.mp4

33.4 MB

41 - Assignment Automate TCID24 Get All Products.mp4

5.7 MB

42 - TCID24 Get All Products Implementation.mp4

44.2 MB

43 - TCID25 Get Product By ID.mp4

108.6 MB

44 - TCID26 Create Simple Product.mp4

119.7 MB

45 - TCID511 List Product With Filter after.mp4

109.1 MB

46 - TCID512 List Product With Filter after db verification.mp4

129.2 MB

47 - TCID513 List Product With Filter after more pages.mp4

49.9 MB

/

[Tutorialsplanet.NET].url

0.1 KB

 

Total files 114


Copyright © 2026 FileMood.com