Curriculum
- 4 Sections
- 70 Lessons
- Lifetime
Expand all sectionsCollapse all sections
- Postman - Overview and Introduction11
- 1.0Introduction
- 1.1Installation
- 1.2Explore Postman and APIs Beyond Our Course
- 1.3How to Get Started?
- 1.4Main Elements
- 1.5Collections
- 1.6Select all appropriate answers from the list1 Question
- 1.7Request / Response ВСТАВИТЬ ВИДЕО
- 1.8Test Preparation
- 1.9Checking the Status Code1 Question
- 1.10Request Body1 Question
- Test Parameterization in Postman9
- 2.0What is test parameterization?
- 2.1Levels of Variable Storage
- 2.2What is a variable? ВСТАВИТЬ ВИДЕО
- 2.3Data Variables ВСТАВИТЬ ВИДЕО
- 2.4Variable Accessibility
- 2.5Where Variables Can Be Used
- 2.6Which variable storage type does not exist in Postman?10 Minutes1 Question
- 2.7Faker – Ready-made Library of Template Variables
- 2.8Using Faker in Postman ВСТАВИТЬ ВИДЕООО
- First Automated Tests in Postman61
- 3.0Types of Scripts
- 3.1ChaiJS
- 3.2Node.js
- 3.3ChaiJS or Node.js?
- 3.4Documentation for Libraries
- 3.5Scripts in Postman
- 3.6Pre-request Scripts
- 3.7Tests
- 3.8Script Execution ВСТАВИТЬ ВИДЕО
- 3.9Script Execution Order
- 3.10Arrange in the Correct Order1 Question
- 3.11Preparation for the First Tests
- 3.12Snippets ВСТАВИТЬ ВИДЕО
- 3.13Snippet Examples
- 3.14What does the following test script do in Postman?10 Minutes1 Question
- 3.15Writing Tests
- 3.16Analysis of Ready-made Automated Tests ВСТАВИТЬ ВИДЕО
- 3.17How to Check the Status Code in the Response
- 3.18.equal and .deep.equal
- 3.19Checking the Text Part of the Status Code
- 3.20How to check that the text part of the status contains the word “OK” in Postman?10 Minutes1 Question
- 3.21How to check that the status code is greater than or equal to 400 in Postman?10 Minutes1 Question
- 3.22null, 0, and Empty Value
- 3.23Examples
- 3.24Tests for an Array of Objects
- 3.25Check that the doneStatus of our todo is true1 Question
- 3.26Improving Tests
- 3.27Checking that each object has an id consisting of three digits:
- 3.28Saving the List of All IDs from the Response to an Environment Variable
- 3.29Deleting All ToDos
- 3.30apichallenges.herokuapp.com
- 3.31Introduction to apichallenges.herokuapp.com ВСТАВИТЬ ВИДЕО
- 3.32A Few Words About HTML and CSS КАРТИНКА НА РУССКОМ
- 3.33Making an HTML Request
- 3.34Checking HTML
- 3.35Which function does Postman use to check the HTTP status of the response?10 Minutes1 Question
- 3.36Test10 Minutes1 Question
- 3.37Disadvantages of Postman for HTML Testing
- 3.38For Loop in Automated Tests
- 3.39While Loop in Automated Tests
- 3.40Writing a Test with a For Loop and an If/Else Condition
- 3.41Task 110 Minutes1 Question
- 3.42Task 210 Minutes1 Question
- 3.43Task 310 Minutes1 Question
- 3.44Expanding Tests
- 3.45Parameterization
- 3.46Minimal Check
- 3.47Issues When Running Tests ВСТАВИТЬ ВИДЕО
- 3.48Fixing Requests
- 3.49Final Check
- 3.50Task 110 Minutes1 Question
- 3.51Task 210 Minutes1 Question
- 3.52Expanding the Tests
- 3.5302 GET /challenges (200)
- 3.5403 GET /todos (200)
- 3.5504 GET /todo (404)
- 3.5608 POST /todos (201)
- 3.5706 GET /todos/id (404)
- 3.58More tests
- 3.59Insert the Missing Word10 Minutes3 Questions
- 3.60Searching by JSON
- Let\'s systematize the tests6
Installation
Next