00:06 Accessing and importing API collections and environment details in Postman 03:21 Postman is a tool for developers and testers to build, modify, and test APIs. 08:25 Introduction to Representational State Transfer (REST) 10:47 Sending API requests using Postman 15:28 Simple booking API for providing details and retrieving booking ID 17:51 Understanding API response details 22:36 Sending data using JSON format in Postman 24:45 Generating token for booking API and using PUT request to update resources. 29:38 Demonstrating the process of creating and updating resource details in Postman 31:45 Updating resource details in the server using code request 36:09 Covered response codes for delete request and upcoming topics 38:18 Discussing negative scenarios in API testing with Postman 42:56 Testing negative API requests for input validation and restriction checks. 45:10 Setting and using environment variables in API requests 49:19 Using JavaScript code to set environment variables and access API response data. 51:34 Reading and passing variables in API requests 56:05 Parameterizing environment variables for API testing 58:16 Executing APIs with different status codes and updating booking details 1:02:26 Cross verify eBay request details and use Postman console for debugging 1:04:36 Executing and validating status codes for APIs in Postman. 1:09:42 Executing assertions for API response body 1:11:54 Validation of headers and response elements in API testing 1:16:37 API Testing using Postman tool 1:18:51 Testing script from the command line 1:23:24 Accessing check-in date using JSON concepts 1:25:44 Export and import API using curl command 1:30:00 Summarized key details of API testing and execution in Postman 1:32:10 Executing various APIs and test data files in Postman 1:36:29 How to install Newman and execute Postman collections from the command prompt. 1:38:46 Installing Newman and executing Postman collections from command line 1:43:07 Generate standard HTML report after executing Postman collections 1:45:47 Generate HTML report for API test results. 1:50:25 Exploring HTML reports and assertions in API testing using Postman 1:52:42 Overview of API testing workflow 1:56:50 Differences between PUT and PATCH API requests 1:58:57 Patch API request is used to modify a resource by sending partial data to the server. 2:03:19 Understanding JSON schema validation in API testing 2:05:36 Verifying and creating expected JSON schema for API testing 2:10:13 Performing Json schema validation in API testing using Postman 2:12:16 Creation of JSON test data file 2:17:00 Performing data-driven testing and adding validations in test scripts 2:19:04 Reading and verifying test data from JSON file 2:23:28 Data-driven testing using CSV file in API testing with Postman 2:25:43 Creating and using test data in Postman 2:30:13 Installing Jenkins, running Postman collections, and Newman Advanced HTML reporting in Jenkins 2:32:19 Creating and executing Windows batch file for Jenkins job 2:36:52 Setting up a scheduled job in Jenkins 2:39:02 Integrate Newman HTML report in Jenkins job for better visibility 2:43:26 Generate HTML report in Jenkins for Postman collections execution
Before watching this I thought I had enough knowledge on Postman, After watching this video I have realiazed many things were missing and Bakkappas tutorial is easy to understand.
I am new to API testing. After seeing your video I learned the API testing. Really your explanation is so good.. Tomorrow I have an interview after watching your video I got confident in me to crack the interview. Good work.....Keep it up😊
I just wanted to say thank you for this amazing video on Postman! Your tutorial was incredibly clear and well-structured, making it easy to follow along and understand the concepts. I especially appreciated the detailed explanations and practical examples you provided. Keep up the great work!
An absolute excellent course, great pace and amazing explanations of everything. My understanding of APIs has improved a great deal after this course and I'm looking forward to learning more. Thank you again for a great course. 👍👍👍
I learn many new things after watching this Video and this video plays an very important role to perform API Testing. But unable to find that link related to API`s Collection in your description. Please help me and share that link of API Collection.
Hi Bakkappa, Thanks for making this video. Actually, added four assertions for Creating Booking (post request) and 4 are passed in postman tool. while running in cli, report is generated for only 1 assertion. Could you please tell me how to fix it? Thanks...
Hello Bakkappa, Amazing video brother, learnt a lot. I have a doubt in data driven testing. Suppose i am running two different requests in same run with different variables. Now, should I create different test data files for these or need pass the values of all the variables in same sheet. TIA
Hi Bakkappa, I feel like we need to learn JavaScript as the scripts you have used and the the pace at which they are modified would confuse a person like me who doesn't have much idea about JavaScript. Do we have a video which would explain the Js statements required for Postman?
** Postman Collections link ** ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=kpmQNMT5zQcVmgMA ** REST API Requests details link ** restful-booker.herokuapp.com/apidoc/index.html
The content of the video is really good. But unfortunately the given postman collection link is not working at the moment. It says "We can't seem to find this page"
hey buddy thanks for your efforts when i trying to download the file i have this error"Could not resolve any workspace. No workspace found for this Collection" help me please
The token which is generated had to used everytime i use the put request Is there any way to automate that and use the token which is generated everytime into Headers section or user has to be manually generate the token and update everytime
Can you make a video on, "If the token is valid for 24 hour, and the requirement is to generate a new token if the old one gets expired" Thanks for the amazing work
Hi, I have trouble with Jenkins. It does not recognize newman. I have installed newman globally and set system variables as needed but still it doesnt recognize. Any solution? By the way thanks for video!
You can download postman environment file from here - github.com/BakkappaN/PostmanCollectionsByTestersTalk/blob/1183962a68dd03af65e1743363cb1ba731e7f54b/Postman%20Collections/Booking%20API.postman_environment.json
@@testerstalk as per session only I am doing ,but it is fixed now just space is their which I have removed. Now it's working . And also pls share any of ur community for doubts to get clear. Thank you Bkkappa.
You can download postman environment file from here - github.com/BakkappaN/PostmanCollectionsByTestersTalk/blob/1183962a68dd03af65e1743363cb1ba731e7f54b/Postman%20Collections/Booking%20API.postman_environment.json
May i know which link you are looking for ? Do you need Postman Collections?? Here is 2 minutes video refer this - ua-cam.com/video/HNtgl4KHW7k/v-deo.html
@@testerstalk, yes that was what i struggled to find. it is probably because i’m little inattentive and impatient at times.. thanks for the guidance and the course!
@@testerstalk, yes that was what i struggled to find. it is probably because i’m little inattentive and impatient at times.. thanks for the guidance and the course!
i still see special characters in the Output console after we build the job. (at the end of the output i'm not getting the results in the tabular format) can anyone help to overcome this ?
Should I be honest or kind? It is not you. It is me. And I do no think I am a bigot. It is just difficult for my American ears to adapt foreign accents. Would it be an insult if I mirrored this video but I provided the audio with an American accent? If you will not be offended and if you are a humble and appreciative man, I would like your permission.
Hi Bakappa, I am encountering the Issue at validating JSON Schema. Everytime it shows pass. Since I have changed first name as Integer, it should have returned Failed. This is the script: const expectedJSONSchema= {
Hi Bakkappa i got the 404 bad request when i create the booking id { "firstname" : "SS", "lastname" : "dd", "totalprice" : 111, "depositpaid" : true, "bookingdates" : { "checkin" : "2018-01-01", "checkout" : "2019-01-01" }, "additionalneeds" : "Breakfast" } Headder is Content-Type -application/json Accept-application/Json whether it is correct request body -kindly update me
Hi Bakkappa, while trying to run the build steps from jenkins i am getting error that says-------"C:\Users\SD\Desktop\API' is not recognized as an internal or external command, operable program or batch file." Started by user Suman D Running as SYSTEM Building in workspace C:\Users\SD\.jenkins\workspace\Hotel Booking API [Hotel Booking API] $ cmd /c call C:\Users\SD\AppData\Local\Temp\jenkins7830334724237013283.bat C:\Users\SD\.jenkins\workspace\Hotel Booking API>C:\Users\SD\Desktop\API Testing\JenkinsJob1.bat 'C:\Users\SD\Desktop\API' is not recognized as an internal or external command, operable program or batch file. C:\Users\SD\.jenkins\workspace\Hotel Booking API>exit 9009 Build step 'Execute Windows batch command' marked build as failure Finished: FAILURE Could you please suggest any resolution for the above error.
Excellent and well presented API testing tutorials in a simple manner
Thanks for watching! Please share these tutorials with your friends and colleagues 😊
00:06 Accessing and importing API collections and environment details in Postman
03:21 Postman is a tool for developers and testers to build, modify, and test APIs.
08:25 Introduction to Representational State Transfer (REST)
10:47 Sending API requests using Postman
15:28 Simple booking API for providing details and retrieving booking ID
17:51 Understanding API response details
22:36 Sending data using JSON format in Postman
24:45 Generating token for booking API and using PUT request to update resources.
29:38 Demonstrating the process of creating and updating resource details in Postman
31:45 Updating resource details in the server using code request
36:09 Covered response codes for delete request and upcoming topics
38:18 Discussing negative scenarios in API testing with Postman
42:56 Testing negative API requests for input validation and restriction checks.
45:10 Setting and using environment variables in API requests
49:19 Using JavaScript code to set environment variables and access API response data.
51:34 Reading and passing variables in API requests
56:05 Parameterizing environment variables for API testing
58:16 Executing APIs with different status codes and updating booking details
1:02:26 Cross verify eBay request details and use Postman console for debugging
1:04:36 Executing and validating status codes for APIs in Postman.
1:09:42 Executing assertions for API response body
1:11:54 Validation of headers and response elements in API testing
1:16:37 API Testing using Postman tool
1:18:51 Testing script from the command line
1:23:24 Accessing check-in date using JSON concepts
1:25:44 Export and import API using curl command
1:30:00 Summarized key details of API testing and execution in Postman
1:32:10 Executing various APIs and test data files in Postman
1:36:29 How to install Newman and execute Postman collections from the command prompt.
1:38:46 Installing Newman and executing Postman collections from command line
1:43:07 Generate standard HTML report after executing Postman collections
1:45:47 Generate HTML report for API test results.
1:50:25 Exploring HTML reports and assertions in API testing using Postman
1:52:42 Overview of API testing workflow
1:56:50 Differences between PUT and PATCH API requests
1:58:57 Patch API request is used to modify a resource by sending partial data to the server.
2:03:19 Understanding JSON schema validation in API testing
2:05:36 Verifying and creating expected JSON schema for API testing
2:10:13 Performing Json schema validation in API testing using Postman
2:12:16 Creation of JSON test data file
2:17:00 Performing data-driven testing and adding validations in test scripts
2:19:04 Reading and verifying test data from JSON file
2:23:28 Data-driven testing using CSV file in API testing with Postman
2:25:43 Creating and using test data in Postman
2:30:13 Installing Jenkins, running Postman collections, and Newman Advanced HTML reporting in Jenkins
2:32:19 Creating and executing Windows batch file for Jenkins job
2:36:52 Setting up a scheduled job in Jenkins
2:39:02 Integrate Newman HTML report in Jenkins job for better visibility
2:43:26 Generate HTML report in Jenkins for Postman collections execution
Wow awesome! Did you generated by AI?
Before watching this I thought I had enough knowledge on Postman, After watching this video I have realiazed many things were missing and Bakkappas tutorial is easy to understand.
Thanks for watching! Please share these tutorials with your colleagues and friends 🙂. That will be great help 🙂
Please remove subscribe sticker from screen very frustrating
I am new to API testing. After seeing your video I learned the API testing. Really your explanation is so good.. Tomorrow I have an interview after watching your video I got confident in me to crack the interview.
Good work.....Keep it up😊
Thanks for watching! Please share these tutorials with your friends and colleagues 😊
Best, easy, neat and clear tutorial. many thanks for your effort.
Thanks for watching! Please these full courses with your friends and colleagues 😊
Very well ecpalined sir
Thanks a lot for watching! Please these full courses with your friends and colleagues 😊🙏
I just wanted to say thank you for this amazing video on Postman! Your tutorial was incredibly clear and well-structured, making it easy to follow along and understand the concepts. I especially appreciated the detailed explanations and practical examples you provided. Keep up the great work!
Thanks for watching, please share these free courses with your network. Keep visiting and keep learning.
thank you for the tutorial. It is very helpful
Thanks for watching! Keep visiting... Keep learning.
Top class explanation👍. Excellent tutorial. Really appreciate it Sir🙏.
Thanks for watching! Please share these courses with your network.
Such a brainstorming video it was, thanks alot.
Thanks for watching! Please share these tutorials with your friends and colleagues 😊🙂
Very good tutorial
Thanks for watching! keep sharing with your friends and colleauges.
wow :) seems I know what to do on this weekend
Thank you
Good to hear your plan. thanks for your time. keep visiting my channel for more tutorials.
very nice
Thanks for watching! Please share these tutorials with your friends and colleagues 😊
Thank you for this video. The content in this video is very good.
Thanks for watching! Keep visiting and keep sharing these tutorial with your network!
Thanks for this video sir.
Thanks for visiting, keep sharing my tutorials with your friends and colleagues
@@testerstalk Sure👍
Superb
Thanks for watching! Please share these tutorials with your friends and colleagues 😊
Thank you so much for the tutorial it is very useful .
Thanks for watching! Keep sharing these tutorials with your friends and colleagues 😊
Awesome... please keep it up 👍
Thanks for watching. keep visiting my channel for more updates.
Good end to end flow thanks
Thanks for watching, keep watching my channel. This Saturday I am releasing REST ASSURED API Testing Crash course. Stay tuned
An absolute excellent course, great pace and amazing explanations of everything.
My understanding of APIs has improved a great deal after this course and I'm looking forward to learning more.
Thank you again for a great course. 👍👍👍
Thanks for watching! Please share these courses with your network 🙂
Excellent presentation and very informative.
Pls do video for api testing interview questions
Thanks for watching! Keep visiting this channel.
hi bakkpa,
thanks for your effort
is patch call is missing from ur video?
You're welcome, Patch call is covered in chapter 06
I learn many new things after watching this Video and this video plays an very important role to perform API Testing.
But unable to find that link related to API`s Collection in your description. Please help me and share that link of API Collection.
Search in UA-cam with "postman collections by testers talk" you will get first video.
Please can you make video on how to validate complex json response data & find the path of comlex response json
Not seeing th elink you started with in the description! Where can I copy it?
Hi Bakkappa, while generating token I'm not getting token number, can u please help me on this? I'm getting 404 status code...
Hi, May i know error you getting and API details you are using?
Hi Bakkappa, Thanks for making this video. Actually, added four assertions for Creating Booking (post request) and 4 are passed in postman tool. while running in cli, report is generated for only 1 assertion. Could you please tell me how to fix it? Thanks...
please make a video on Configuring postman with burpsuite
Please include a video HEAD , OPTION request in postman video . Means when to use this request ?
Is that enough for api testing . Or we need learn more thing for api testing by mannual. ??
Hi Bakkapa,
I have been following your videos. But for this tutorial, I can't export the collection Booking API as file has been deleted
As of now, refer this post - www.linkedin.com/posts/bakkappa-n_github-bakkappanpostmancollectionsbytesterstalk-activity-7087355084002492416-rQlA?
Soon I am creating one video on this like how to export postman collections.
Recently i have created tutorial on how to import Testers Talk postman collections - ua-cam.com/video/HNtgl4KHW7k/v-deo.html
hi, do I need to learn complete javascript language to write test scripts in postman?
No coding experience is needed, Just use existing available scripts that's enough.
Hello Bakkappa,
Amazing video brother, learnt a lot.
I have a doubt in data driven testing. Suppose i am running two different requests in same run with different variables. Now, should I create different test data files for these or need pass the values of all the variables in same sheet.
TIA
Thanks for watching! It depends on key which you are using in API request. Test data which you are passing is for entire test suite
Do you have anything similar for Performance testing using Jmeter bro ?
As now No, I will create it in upcoming days.
Hi Bakkappa, I feel like we need to learn JavaScript as the scripts you have used and the the pace at which they are modified would confuse a person like me who doesn't have much idea about JavaScript. Do we have a video which would explain the Js statements required for Postman?
Hello Sir, Thank you for explanation. The content in this video is very good. I have a doubt, is it is a Manual API Testing or Automation API Testing
Thanks for watching! it is manual+automation testing, please share these tutorials with your network.
hi, could you please tell me where can i find the url that you have shared to export the api?
** Postman Collections link **
ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=kpmQNMT5zQcVmgMA
** REST API Requests details link **
restful-booker.herokuapp.com/apidoc/index.html
Where is the link of the postmand collection you mentioned at the begining ?
To get Postman collections refer this 2 minutes video - ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=AJzOdpAg9PiwpDdl
@@testerstalk Thank, I have the collection file
Tutorial is good but a Violet color banner at the bottom is very frustrating which keeps covering the content
Thanks for watching! Already Incorporated your suggestions in latest courses.
The content of the video is really good. But unfortunately the given postman collection link is not working at the moment. It says "We can't seem to find this page"
Please refer this link - www.linkedin.com/feed/update/urn:li:activity:7087355084002492416
@@testerstalk Thank you very much Sir...
Recently i have created tutorial on how to import Testers Talk postman collections - ua-cam.com/video/HNtgl4KHW7k/v-deo.html
Please tell that we can change the url it comes from dev to sat (testing environment) in real time
Thanks for watching! Here is tutorial for your query check out this. - ua-cam.com/video/oSx0SAzHzek/v-deo.htmlsi=WqYQ5ZNrnDM7v8t0
Hi, I get socket timeout error while executing collection from command prompt. any leads pls?
Are you doing something wrong? Plz share curl command. I will check it
Hi sir..i can't able to find URL To test..I understood very clearly thank you so much..
I need to practice.
Can you please share me link..
Thanks for watching! which link you want it?
@@testerstalk thank you for ur response.. I find the link
hey buddy
thanks for your efforts
when i trying to download the file i have this error"Could not resolve any workspace. No workspace found for this Collection"
help me please
Please refer this 2 mins tutorial to get postman collections. - ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=zyZ6AaOLo8ZXlYFn
The token which is generated had to used everytime i use the put request
Is there any way to automate that and use the token which is generated everytime into Headers section
or user has to be manually generate the token and update everytime
Yes it is possible to automate it, here I have covered I mean used same API for automation testing - ua-cam.com/video/kay86__5eTg/v-deo.html
Hey Bakkappa, I could not find the collections link. Can you please help me with the link
Here is Postman collections - ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=jarW-j32lne_917R
Can you make a video on,
"If the token is valid for 24 hour, and the requirement is to generate a new token if the old one gets expired"
Thanks for the amazing work
Your contents are good but flashing banners are very annoying while watching....
Thanks for watching this tutorial. Your suggestion incorporated in latest courses. Keep sharing my channel tutorials with others
There is no link in description to download?
can anybody share me the link thanks...
If you need API collections refer this 2 minutes video - ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=tADxq_kCenz6sUbI
@@testerstalk thanks i already did, also finished this session really helpful thanks a lot
Hi i am not able to use your api because when i paste url in the search box url says workspace not found please help
There is another way to get whole postman collections, refer this 2 minutes video - ua-cam.com/video/HNtgl4KHW7k/v-deo.html
Hi Bakkappa , please can you share link to export
To get Postman collections refer this 2 minutes video - ua-cam.com/video/HNtgl4KHW7k/v-deo.html
Hi, I need help. Chapter1. I was not able to generate token. Status 404 not found.
Thanks for watching! Are you using shared postman collections?
@@testerstalk I followed same link you have provided.
"username" : "admin",
"password" : "password123"
How to use swagger file in postman and for what it is
Hi, I have trouble with Jenkins. It does not recognize newman. I have installed newman globally and set system variables as needed but still it doesnt recognize. Any solution? By the way thanks for video!
It's very good tutorial, i get cleared about each n every concept.
Thank you very much sir 💐
Thanks for watching! Keep learning keep visiting testers talk channel & share with friends and colleagues.
i cant find the links of the booking API postman
You can download postman collections from here - github.com/BakkappaN/PostmanCollectionsByTestersTalk/
I appreciate your effort, but the line "Click on Like & Comment" sounds irritating.
It would have been shown in a specific time not all the time.
Thanks for your suggestion, this has change has been incorporated in latest tutorials.
@@testerstalk Grateful for sharing such informative video.
unable to find the environment variables to add and make two files. i am stuck here , someone please help me
You can download postman environment file from here - github.com/BakkappaN/PostmanCollectionsByTestersTalk/blob/1183962a68dd03af65e1743363cb1ba731e7f54b/Postman%20Collections/Booking%20API.postman_environment.json
Hi Can you please share me the Booking API collection. I need to import that collection please
Here 2 minutes video to get Postman collections - ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=m6rUFdWJRMm6en4q
can u provide me the link for the PPT?
Sure, I will share the link very soon
when generating token I get 404 error. Do I need register anywhere to use the username and password
No need to register anywhere, please re-check API details. Otherwise access API from Testers Talk GITHUB - ua-cam.com/video/HNtgl4KHW7k/v-deo.html
I NEED THE POSTMAN COLEECTION LINK PLEASE
To get Postman collections watch out 2 minutes video - ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=byfsyUG44cvL1nw4
Hello, for Token Generator i am getting a 404 status code could you pls suggest...
Are you using provided postman collections or yourself created api request?
@@testerstalk as per session only I am doing ,but it is fixed now just space is their which I have removed. Now it's working . And also pls share any of ur community for doubts to get clear. Thank you Bkkappa.
@@sanjayerram3008 good to hear that you have resolved it!!
hi bro i can not import can you help
it was showing when i am clicking on import "you don't have permission to take this action"
It is downloaded by many people, it must work. Have you logged in into postman?
bro these topic is enough or still topics need to cover ,please give me opinion
To work on any api testing project this is enough, i hope you have visited "Poatman by Testers Talk" playlist. it contains additional chapters.
please share the environment file
You can download postman environment file from here - github.com/BakkappaN/PostmanCollectionsByTestersTalk/blob/1183962a68dd03af65e1743363cb1ba731e7f54b/Postman%20Collections/Booking%20API.postman_environment.json
there is no link here. how do i get the link
May i know which link you are looking for ? Do you need Postman Collections?? Here is 2 minutes video refer this - ua-cam.com/video/HNtgl4KHW7k/v-deo.html
@@testerstalk, yes that was what i struggled to find. it is probably because i’m little inattentive and impatient at times.. thanks for the guidance and the course!
@@testerstalk, yes that was what i struggled to find. it is probably because i’m little inattentive and impatient at times.. thanks for the guidance and the course!
** Postman Collections link **
ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=kpmQNMT5zQcVmgMA
** REST API Requests details link **
restful-booker.herokuapp.com/apidoc/index.html
** FREE UA-cam Full Courses **
==========================
🔊 Specflow Selenium C# Tutorial - ua-cam.com/video/7xPcalwU76c/v-deo.html
🔊 Selenium C# .NET NUnit Tutorial - ua-cam.com/video/utfaE9Nv1FY/v-deo.html
🔊 EasyRepro Framework D365 CRM Testing Tutorial - ua-cam.com/video/x0cHZ3E7Ekw/v-deo.html
🔊 Selenium GRID Tutorial - ua-cam.com/video/uVS08EMxThk/v-deo.html
🔊 Appium Mobile App Automation Tutorial - ua-cam.com/video/Xnxf6uK7V5Q/v-deo.html
🔊 Appium Selenium GRID Tutorial - ua-cam.com/video/OpzWMdL7kRA/v-deo.html
🔊 Data Driven Framework Tutorial - ua-cam.com/video/lwkyl-Th9nU/v-deo.html
🔊 Cucumber BDD Framework Tutorial Part1 - ua-cam.com/video/Xw4Gok2i2pA/v-deo.html
🔊 Cucumber BDD Framework Tutorial Part2 - ua-cam.com/video/Ls9dCu7TTXU/v-deo.html
**You can follow us on**
LinkedIN : www.linkedin.com/in/bakkappa-n/
LinkedIN Group : www.linkedin.com/groups/10393547/
Facebook : facebook.com/groups/247868358996762
#testerstalk
#selenium #automationtesting #testing #testautomation #qa #sdet #softwaretesting #bdd #automationframework #seleniumjava #seleniumcsharp #.net #testng #nunit #appium #cucumber #specflow #git #github #tutorial #beginner #seleniumautomationtesting #restapi #api #easyrepro #postman #apitesting #restapitesting
#bakkappan
Hi Bakkappa,
Hope you are doing well. The postman workspace you shared seems to be does not exist.
@@robinbabu2551 Please refer this 2 minutes video to Postman collections - ua-cam.com/video/HNtgl4KHW7k/v-deo.htmlsi=kpmQNMT5zQcVmgMA
@@testerstalkgot it , thanks
@@robinbabu2551 you're welcome 😊, please these tutorials with your friends and colleagues 😊
i still see special characters in the Output console after we build the job. (at the end of the output i'm not getting the results in the tabular format) can anyone help to overcome this ?
use --disable-unicode before newman url
I am getting 404 issue when using the booking API to display ID's. Can you please help sir?
Please try few times otherwise please share curl command so that i will have a look
Nothing Understood bro.sorry didnt Explained Indetail from Beginner Standpoint
You talk way to fast
Oh ok, thanks for your suggestion. I will try to overcome in my next tutorial.
Should I be honest or kind? It is not you. It is me. And I do no think I am a bigot. It is just difficult for my American ears to adapt foreign accents. Would it be an insult if I mirrored this video but I provided the audio with an American accent? If you will not be offended and if you are a humble and appreciative man, I would like your permission.
Hi Bakappa, I am encountering the Issue at validating JSON Schema. Everytime it shows pass. Since I have changed first name as Integer, it should have returned Failed.
This is the script:
const expectedJSONSchema=
{
"definitions": {
"Welcome10": {
"type": "object",
"additionalProperties": false,
"properties": {
"bookingid": {
"type": "integer"
},
"booking": {
"$ref": "#/definitions/Booking"
}
},
"required": [
"booking",
"bookingid"
],
"title": "Welcome10"
},
"Booking": {
"type": "object",
"additionalProperties": false,
"properties": {
"firstname": {
"type": "integer"
},
"lastname": {
"type": "string"
},
"totalprice": {
"type": "integer"
},
"depositpaid": {
"type": "boolean"
},
"bookingdates": {
"$ref": "#/definitions/Bookingdates"
},
"additionalneeds": {
"type": "string"
}
},
"required": [
"additionalneeds",
"bookingdates",
"depositpaid",
"firstname",
"lastname",
"totalprice"
],
"title": "Booking"
},
"Bookingdates": {
"type": "object",
"additionalProperties": false,
"properties": {
"checkin": {
"type": "string",
"format": "date"
},
"checkout": {
"type": "string",
"format": "date"
}
},
"required": [
"checkin",
"checkout"
],
"title": "Bookingdates"
}
}
}
pm.test("Verify JSON Schema", function(){
pm.response.to.have.jsonSchema(expectedJSONSchema)
})
Hi Bakkappa i got the 404 bad request when i create the booking id
{
"firstname" : "SS",
"lastname" : "dd",
"totalprice" : 111,
"depositpaid" : true,
"bookingdates" : {
"checkin" : "2018-01-01",
"checkout" : "2019-01-01"
},
"additionalneeds" : "Breakfast"
}
Headder is Content-Type -application/json
Accept-application/Json
whether it is correct request body -kindly update me
Please retry it, are you using provided postman collections?
Hi Bakkappa, while trying to run the build steps from jenkins i am getting error that says-------"C:\Users\SD\Desktop\API' is not recognized as an internal or external command,
operable program or batch file."
Started by user Suman D
Running as SYSTEM
Building in workspace C:\Users\SD\.jenkins\workspace\Hotel Booking API
[Hotel Booking API] $ cmd /c call C:\Users\SD\AppData\Local\Temp\jenkins7830334724237013283.bat
C:\Users\SD\.jenkins\workspace\Hotel Booking API>C:\Users\SD\Desktop\API Testing\JenkinsJob1.bat
'C:\Users\SD\Desktop\API' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\SD\.jenkins\workspace\Hotel Booking API>exit 9009
Build step 'Execute Windows batch command' marked build as failure
Finished: FAILURE
Could you please suggest any resolution for the above error.