-
Урок 1.
00:03:09
Introduction to Postman
-
Урок 2.
00:03:24
Installing the Postman Standalone App(Windows & macOS)
-
Урок 3.
00:09:17
POSTMAN APP Walkthrough
-
Урок 4.
00:10:26
Parameters,Response Handling in PostMan
-
Урок 5.
00:07:01
Starting the student App
-
Урок 6.
00:04:50
Launching Student app docker image
-
Урок 7.
00:08:20
GET Request(query parameters, path parameters)
-
Урок 8.
00:04:13
Create a new Student (POST method)
-
Урок 9.
00:02:49
Update student info(PUT request)
-
Урок 10.
00:03:10
Update partial info (PATCH request)
-
Урок 11.
00:01:51
Delete a student (DELETE method)
-
Урок 12.
00:02:07
HEAD method
-
Урок 13.
00:01:38
Options Method(Getting information about APIs)
-
Урок 14.
00:02:23
Generating code snippets in POSTMAN
-
Урок 15.
00:03:50
Creating presets
-
Урок 16.
00:07:24
Setting up BestBuy API Playground
-
Урок 17.
00:13:04
Global,Environment & Collection Variables
-
Урок 18.
00:02:53
Variable Precedence in POSTMAN
-
Урок 19.
00:07:54
Creating collections in Postman
-
Урок 20.
00:04:38
IMPORT/EXPORT Collections in Postman
-
Урок 21.
00:05:38
Collection Runner in Postman
-
Урок 22.
00:05:33
Creating Documentation for API's
-
Урок 23.
00:03:38
Importing Data in POSTMAN
-
Урок 24.
00:04:10
Making SOAP Requests in POSTMAN
-
Урок 25.
00:06:24
Setting up account on zamzar.com
-
Урок 26.
00:05:06
Multipart FileUpload using Postman
-
Урок 27.
00:07:07
Capture traffic with Interceptor
-
Урок 28.
00:08:30
Setting up proxy in Postman
-
Урок 29.
00:04:45
Overview on Mocking Apis
-
Урок 30.
00:12:42
Create Mock Server from requests & collections
-
Урок 31.
00:04:26
Basic Authentication in Postman
-
Урок 32.
00:05:44
Introduction to paypal
-
Урок 33.
00:06:28
Creating developer account in paypal
-
Урок 34.
00:02:31
OAuth WorkFlow
-
Урок 35.
00:07:24
OAUTH2.0 Authentication with Paypal
-
Урок 36.
00:15:01
Introduction & Setup for Twitter API
-
Урок 37.
00:06:40
Creating,Reading tweets in Twitter using POSTMAN
-
Урок 38.
00:08:40
Creating 1000 students using POSTMAN
-
Урок 39.
00:09:33
Scripting Overview in Postman
-
Урок 40.
00:07:16
Handling Global Variables in POSTMAN
-
Урок 41.
00:07:28
Interacting with environment variables in Postman
-
Урок 42.
00:06:52
Request,Response functions in POSTMAN
-
Урок 43.
00:10:20
Tests,Assertions in Postman
-
Урок 44.
00:14:09
(DEPRECATED) Environment,Global Variable functions in POSTMAN
-
Урок 45.
00:10:18
(DEPRECATED) Request,Response properties in POSTMAN
-
Урок 46.
00:06:21
(DEPRECATED) Tests Object in POSTMAN
-
Урок 47.
00:08:17
(DEPRECATED) Converting Strings to JSON Objects in POSTMAN
-
Урок 48.
00:13:12
Getting Paypal Access token(using Basic Authentication)
-
Урок 49.
00:03:16
Creating a Payment in Paypal(OAUTH2 authentication)
-
Урок 50.
00:12:11
CSRF authentication using Postman
-
Урок 51.
00:03:13
Introduction & installation of Newman
-
Урок 52.
00:07:14
Executing a collection in CLI
-
Урок 53.
00:03:06
Executing specific folders in collections
-
Урок 54.
00:01:34
Executing collection URL
-
Урок 55.
00:04:43
Executing collections with environments
-
Урок 56.
00:04:04
DataDriving tests in collections using Newman
-
Урок 57.
00:03:46
Installing Git on Windows
-
Урок 58.
00:03:35
Introduction to git & GitHub
-
Урок 59.
00:11:23
Working with Git
-
Урок 60.
00:13:26
Working with GitHub
-
Урок 61.
00:05:59
Checking in Collections to Git & Github
-
Урок 62.
00:06:42
Jenkins download & startup(Applicable to both Windows & MacOsx)
-
Урок 63.
00:01:42
Setup Jenkins plugins
-
Урок 64.
00:03:05
Executing a collection in Jenkins
-
Урок 65.
00:07:07
Configuring HTML Reports in Jenkins
-
Урок 66.
00:07:53
Improved reporting with newman-html-reporterextra
-
Урок 67.
00:05:21
Integrate Git & Jenkins to execute collections in CI
-
Урок 68.
00:07:20
Execute postman collection from Jenkins Build (Windows)
-
Урок 69.
00:05:53
Introduction to Walmart Search API
-
Урок 70.
00:17:21
Solution part-1
-
Урок 71.
00:10:57
Solution part-2