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