Course programme
Postman Introduction
3 lectures 13:04
Introduction to Postman
Postman Setup : Step by Step
Postman window walkthrough
Postman Introduction
3 lectures 13:04
Introduction to Postman
Postman Setup : Step by Step
Postman window walkthrough
Introduction to Postman
Introduction to Postman
Introduction to Postman
Introduction to Postman
Postman Setup : Step by Step
Postman Setup : Step by Step
Postman Setup : Step by Step
Postman Setup : Step by Step
Postman window walkthrough
Postman window walkthrough
Postman window walkthrough
Postman window walkthrough
Setup Sample Application : Database Project & Test Requests
2 lectures 04:54
Setup Project
Db.json file content
{
"posts": [
{
"id": 1,
"title": "Updated Title",
"author": "Updated Author"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}
Setup Sample Application : Database Project & Test Requests
2 lectures 04:54
Setup Project
Db.json file content
{
"posts": [
{
"id": 1,
"title": "Updated Title",
"author": "Updated Author"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}
Setup Project
Setup Project
Setup Project
Setup Project
Db.json file content
{
"posts": [
{
"id": 1,
"title": "Updated Title",
"author": "Updated Author"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}
Db.json file content
{
"posts": [
{
"id": 1,
"title": "Updated Title",
"author": "Updated Author"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}
Db.json file content
{
"posts": [
{
"id": 1,
"title": "Updated Title",
"author": "Updated Author"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}
Db.json file content
{
"posts": [
{
"id": 1,
"title": "Updated Title",
"author": "Updated Author"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}
{
"posts": [
{
"id": 1,
"title": "Updated Title",
"author": "Updated Author"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}
{
"posts": [
{
"id": 1,
"title": "Updated Title",
"author": "Updated Author"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}
Start making Basic Requests
6 lectures 36:56
Basic GET request
Basic POST request
Basic PUT request
Basic DELETE request
Add Verification : Status Code, Body Data & Response time
End to End test case with verifications
Start making Basic Requests
6 lectures 36:56
Basic GET request
Basic POST request
Basic PUT request
Basic DELETE request
Add Verification : Status Code, Body Data & Response time
End to End test case with verifications
Basic GET request
Basic GET request
Basic GET request
Basic GET request
Basic POST request
Basic POST request
Basic POST request
Basic POST request
Basic PUT request
Basic PUT request
Basic PUT request
Basic PUT request
Basic DELETE request
Basic DELETE request
Basic DELETE request
Basic DELETE request
Add Verification : Status Code, Body Data & Response time
Add Verification : Status Code, Body Data & Response time
Add Verification : Status Code, Body Data & Response time
Add Verification : Status Code, Body Data & Response time
End to End test case with verifications
End to End test case with verifications
End to End test case with verifications
End to End test case with verifications
PROJECT : Student Management System
4 lectures 25:49
GET & POST Request
PUT Request
DELETE Request
Add Technology & Address to Students
PROJECT : Student Management System
4 lectures 25:49
GET & POST Request
PUT Request
DELETE Request
Add Technology & Address to Students
GET & POST Request
GET & POST Request
GET & POST Request
GET & POST Request
PUT Request
PUT Request
PUT Request
PUT Request
DELETE Request
DELETE Request
DELETE Request
DELETE Request
Add Technology & Address to Students
Add Technology & Address to Students
Add Technology & Address to Students
Add Technology & Address to Students
Collections | Environment | Global
4 lectures 29:17
What is collections
Setup environment and use in testcase
Setup Global and use in testcase
Execute Collection with Multiple Data
Collections | Environment | Global