-
Урок 1.
00:08:14
Course Outline & Complete Information -> Must for everyone
-
Урок 2.
00:03:01
Introduction to Postman (One of most popular tool for REST API testing)
-
Урок 3.
00:02:54
Postman Setup : Step by Step Setup Instructions
-
Урок 4.
00:08:08
Postman window walkthrough
-
Урок 5.
00:10:12
Setup Sample API Application for Practice
-
Урок 6.
00:03:28
Introduction about this Section
-
Урок 7.
00:06:17
Introduction to WebService with Examples
-
Урок 8.
00:05:15
Some common examples of WebService
-
Урок 9.
00:16:43
Different type of WebService : Soap and Rest
-
Урок 10.
00:08:45
Rest API : common Methods - GET, POST, PUT, DELETE
-
Урок 11.
00:06:54
Pre-requisites before starting API Testing
-
Урок 12.
00:09:41
Basic JSON understanding : How to write and Understand JSON file
-
Урок 13.
00:06:04
JSON Path basics : To Fetch and Validate JSON keys-values
-
Урок 14.
00:05:45
JSON path advance : To Fetch and Validate JSON keys-values
-
Урок 15.
00:08:48
Basic GET request : Fetch data from application
-
Урок 16.
00:08:56
Basic POST request : Insert New data to Application
-
Урок 17.
00:05:00
Basic PUT request : Update Data of Application
-
Урок 18.
00:03:28
Basic DELETE request : Delete application Data
-
Урок 19.
00:05:02
End to End test case with verifications
-
Урок 20.
00:10:43
Add Verification : Status Code, Body Data & Response time
-
Урок 21.
00:08:50
Validate Header Content
-
Урок 22.
00:07:23
Validate Data using JSON Path
-
Урок 23.
00:08:22
Add Student Address : Check Complex JSON
-
Урок 24.
00:07:28
Add Student Address : Validate JSON content using JSON Path
-
Урок 25.
00:10:29
What is collections & How to Implement Collection
-
Урок 26.
00:10:48
Save Request to Collections
-
Урок 27.
00:07:22
Common operation on Collection
-
Урок 28.
00:06:10
Collection Documentation
-
Урок 29.
00:06:29
Run Collection using Collection Runner
-
Урок 30.
00:04:46
What is Environment | Why to use Environment
-
Урок 31.
00:11:08
How to Setup Environment and Use environment data in testcases
-
Урок 32.
00:06:16
Execute Cases to Different Environment
-
Урок 33.
00:04:09
Share Collection with Environment File
-
Урок 34.
00:08:38
Set and Get environment data using Programming
-
Урок 35.
00:10:41
Request Chaining : Pass data from Response to Next Request
-
Урок 36.
00:07:35
Setup Global and use in testcase (Set Configuration Data)
-
Урок 37.
00:06:41
Start coding in Postman : Simple print data to Console
-
Урок 38.
00:04:16
Condition Handling : If - else conditions
-
Урок 39.
00:05:10
Looping : Execute code multiple time - For Loop
-
Урок 40.
00:06:45
Postman API : request object - Fetch Data, URL and Method of Request
-
Урок 41.
00:07:55
Postman API : responseBody object - Fetch Response Body, Parse Json Data
-
Урок 42.
00:06:05
Postman API : responseTime and responseCode
-
Урок 43.
00:04:41
Work on environment variable by coding
-
Урок 44.
00:04:54
Work on global variable by coding
-
Урок 45.
00:12:46
Write End to End Scenario : Add Student --> Add Technical Skills --> Add Address
-
Урок 46.
00:08:18
Chaining Requests : Fetch Response Data and Use it as input in further request
-
Урок 47.
00:05:31
SOAP WebService Testing using Postman
-
Урок 48.
00:03:43
Basic Authorization : Pass username and password with request
-
Урок 49.
00:08:41
oAuth Authorization : Use Authorization token to get access
-
Урок 50.
00:09:18
Setup API application on your local machine : JIRA
-
Урок 51.
00:10:12
Create user in JIRA with Basic Authentication
-
Урок 52.
00:13:10
Remove User from JIRA
-
Урок 53.
00:06:22
Setup & Use Monitors : For Monitoring Health checkup of our API
-
Урок 54.
00:08:22
Service Mocking : Use Mocking to Keep on working in case of Downtime
-
Урок 55.
00:08:33
Git & GitHub Introduction
-
Урок 56.
00:05:35
Setup Git and GitHub
-
Урок 57.
00:03:28
Configure GIT with Username and Email
-
Урок 58.
00:03:27
Create Local Repository
-
Урок 59.
00:06:06
Commit Code to Local Repository
-
Урок 60.
00:04:29
Undo Files from Stage to Untrack
-
Урок 61.
00:02:49
Check and Discard Changes
-
Урок 62.
00:03:49
Push Code to Remote Repository
-
Урок 63.
00:03:21
Clone Repository
-
Урок 64.
00:08:30
End to End Code Management in Postman
-
Урок 65.
00:06:06
Execute collection from command prompt
-
Урок 66.
00:06:34
Pass environment from command prompt
-
Урок 67.
00:00:53
Set Execution Iteration
-
Урок 68.
00:05:59
Execute collection with different data - JSON File
-
Урок 69.
00:05:42
Execute collection with different data - CSV File
-
Урок 70.
00:10:09
Generate Advance HTML Report
-
Урок 71.
00:05:36
Jenkins Installation - Step 1
-
Урок 72.
00:06:45
Jenkins Installation - Step 2
-
Урок 73.
00:08:53
Jenkins Installation - Step 3
-
Урок 74.
00:04:45
Jenkins Installation - Step 4
-
Урок 75.
00:04:07
JavaScript Introduction
-
Урок 76.
00:06:07
Setup Node.js Environment
-
Урок 77.
00:05:47
Write First Code in JavaScript
-
Урок 78.
00:10:39
Variables in JavaScript
-
Урок 79.
00:07:14
Basic condition handing
-
Урок 80.
00:10:32
Condition handling - Multiple Conditions
-
Урок 81.
00:05:11
Condition handling - Nested
-
Урок 82.
00:06:40
Condition handling - Logical OR/ AND
-
Урок 83.
00:10:05
For Loop
-
Урок 84.
00:05:59
While Loop
-
Урок 85.
00:04:31
Break Keyword
-
Урок 86.
00:05:15
Functions - With no argument and no return value
-
Урок 87.
00:04:47
Functions - With argument and no return value
-
Урок 88.
00:06:03
Functions - With argument and return value
-
Урок 89.
00:08:16
String Handling - Part1
-
Урок 90.
00:09:22
String Handling - Part2
-
Урок 91.
00:05:36
String Handling - Part3
-
Урок 92.
00:06:55
Create Array
-
Урок 93.
00:04:45
Looping to an array
-
Урок 94.
00:04:35
Jmeter Introduction
-
Урок 95.
00:07:40
Jmeter Setup 4.0
-
Урок 96.
00:04:54
Understand JMeter Environment- Test Plan, Thread Group, Thread
-
Урок 97.
00:10:15
Jmeter: Different type of steps in Jmeter- Part 1
-
Урок 98.
00:06:38
Jmeter: Different type of steps in Jmeter- Part 2
-
Урок 99.
00:08:43
Execution order of Elements-Part1
-
Урок 100.
00:10:45
Execution order of Elements-Part2
-
Урок 101.
00:07:44
JMeter - Environment Walkthrough
-
Урок 102.
00:11:04
POST request using JMeter | Add Resource to Application
-
Урок 103.
00:09:00
POST Request with Assertion | Validate Response data
-
Урок 104.
00:13:57
Rest API Testing - GET Method
-
Урок 105.
00:08:30
Rest API Testing - PUT Method
-
Урок 106.
00:04:26
Rest API Testing - DELETE Method
-
Урок 107.
00:10:31
Rest API Testing - POST Method
-
Урок 108.
00:15:59
Execute Test Cases with Multiple Data | Data Driven Testing
-
Урок 109.
00:03:39
Convert Functional Testcase to Performance TestCase
-
Урок 110.
00:11:42
Take Postman Test Cases to JMeter
-
Урок 111.
00:29:59
SOAP WebService Performance Testing