No video

Postman Tutorial #23 - Automating First API Test with Postman

  Рет қаралды 15,798

Software Testing Mentor

Software Testing Mentor

Күн бұрын

Get all my courses for USD 5.99/Month - bit.ly/all-cou...
In this Postman Tutorial, we will learn about automating first API test with Postman.
👉 FULL PLAYLIST - bit.ly/postman...
👉 More Training's at: training.rcvac...
🔔 SUBSCRIBE to CHANNEL | Click the link to Subscribe: bit.ly/2YGU6JM
🌟 TEST AUTOMATION COURSES 🌟
👉 Selenium with Java: bit.ly/seleniu...
👉 Selenium with Python: bit.ly/Seleniu...
👉 Robot Framework Automation: bit.ly/robot-f...
👉 TestNG Tutorial: bit.ly/testng-...
👉 PyTest Tutorial: bit.ly/PyTest-...
👉 Jenkins Tutorial: bit.ly/jenkins...
👉 Git and GitHub Tutorial: bit.ly/git-and...
👉 Python Logging Tutorial: bit.ly/python-...
👉 Selenium XPATH Tutorial: bit.ly/seleniu...
👉 CSS Selectors Tutorial: bit.ly/css-sel...
👉 JSONPath Tutorial: bit.ly/2sIZIFG
👉 Python Behave Tutorial: bit.ly/python-b...
👉 Cucumber Selenium Tutorial: bit.ly/cucumber...
🌟 MANUAL TESTING AND ISTQB COURSES 🌟
👉 Manual Testing Full Course: bit.ly/Softwar...
👉 ISTQB Agile Tester Course: bit.ly/istqb-ag...
👉 ISTQB Foundation Level Course: bit.ly/istqb-fo...
🌟 SOFTWARE TESTING MOCK INTERVIEWS 🌟
👉 bit.ly/softwar...
🌟 SOFTWARE TESTING INTERVIEW QUESTIONS AND ANSWERS 🌟
👉 bit.ly/softwar...
🌟 RESUME AND CAREER TIPS 🌟
👉 Interview Prep Tips: bit.ly/intervi...
👉 Career Tips: bit.ly/softwar...
🌟 API TESTING COURSES 🌟
👉 SoapUI Tutorial: bit.ly/Sopui-tu...
👉 Postman Tutorial: bit.ly/2PBbhI7
👉 Katalon API Testing: bit.ly/Katalon...
🌟 PROGRAMMING COURSES 🌟
👉 Java for Testers: bit.ly/2F1iL1B
👉 Python for testers: bit.ly/python-...
👉 Python Basics: bit.ly/python-p...
🌟 TEST MANAGEMENT TOOLS 🌟
👉 TestLink Tutorial: bit.ly/TestLin...
👉 TestRail Tutorial: bit.ly/testrail...
👉 PractiTest Tutorial: bit.ly/practite...
👉 TestLodge Tutorial: bit.ly/testlod...
🌟 AGILE TESTING TOOLS 🌟
👉 Zephyr for Jira: bit.ly/zephyr-f...
👉 Zephyr for Jira: bit.ly/learn-z...
🌟 ATLASSIAN JIRA COURSES 🌟
👉 Jira Beginner Tutorial: bit.ly/jira-beg...
👉 Jira Workflow Tutorial: bit.ly/2EzKOEB
👉 Jira Cloud Tutorial: bit.ly/Jira-Cl...
👉 Jira Administration Tutorial: bit.ly/36MPPFR
👉 Jira Intermediate Tutorial: bit.ly/Atlassia...
👉 Jira Essentials Training: bit.ly/jira-tut...
🌟 AGILE PROJECT MANAGEMENT COURSES 🌟
👉 Confluence Tutorial: bit.ly/Conflue...
👉 Jira Work Management: bit.ly/jira-wo...
👉 Jira Roadmap Tutorial: bit.ly/jira-ro...
🌟 AGILE BASICS COURSE 🌟
👉 Agile Tutorials: bit.ly/agile-tu...
👉 All Playlists of SoftwareTestingMentor Channel: / softwaretestingmentor
👉 All Playlists of RCV Academy Channel: / @rcvacademy
🌟 FOLLOW US ON TWITTER 🌟
/ rcvacademy
/ swtmentor
/ mrmverma
🌟 LIKE US ON FACEBOOK 🌟
/ softwaretestingmentor
/ rcvacademy47
🌟 OUR TUTORIAL WEBSITES 🌟
www.softwarete...
www.rcvacademy...
✨ Tags ✨
postman api testing tutorial,postman tutorial,postman tutorial for beginners,api testing postman,postman tutorial for rest api testing,api testing tutorial,api testing,how to automate the api using postman,automate first api test with postman,first api test with postman,postman api automation testing tutorial,postman api automation,postman api automation testing,postman api automation tutorial
✨ Hashtags ✨
#PostmanTutorial #PostmanAPITesting #ApiTesting #API #Postman #apiautomation #RcvAcademy #SoftwareTestingMentor
🌟 Join this channel to support my work 🌟
/ @softwaretestingmentor

Пікірлер: 8
@dhanushm3690
@dhanushm3690 10 ай бұрын
The way of teaching is really awesome :). Loved watching playlist.
@softwaretestingmentor
@softwaretestingmentor 10 ай бұрын
Glad you liked it! Keep watching and sharing.
@SaurabhSingh-oc9le
@SaurabhSingh-oc9le 11 ай бұрын
Hi Sir , Thanks for creating this amazing course. This course is improving my knowledge and helping me very much. I have two questions sir- 1. console.clear(); is not reflecting in my postman so what can I will do instead of this. 2. Without using- console.log(pm.globals.get("MSTestURL")); in pre-requisite in that case also postman giving the inputs of URL in console so could you please brief me about the advantage of using this pre-requisite in our test script. Thanks in advance!
@sowjanyakake5720
@sowjanyakake5720 6 ай бұрын
1. Click on Console window you can see 'clear' button in gray color on the top-right side. Click on that clear button, it will perform same function. 2. whatever script which you provide in pre-request, it will be executed before that request does the API call. So, usually setting a variable in pre-request script and that variable cn be used in the API call's paramater/query parameters.
@RJ-zd5ep
@RJ-zd5ep 4 ай бұрын
Hi Sir ,There are 89 videos of api testing on the channel I just want to know if there are any other videos are there or not
@vallikavi86
@vallikavi86 Жыл бұрын
Hi, I wanted to verify the elements displayed in a widget ( salesforce UI). How to search the widget elements only in Robot Framework ? Thanks in advance
@user-fw9pg9lu2i
@user-fw9pg9lu2i 10 ай бұрын
If I have two different collections and two different environments, I want to connect the 1st collection with the 1st environment and the 2nd collection with the 2nd environment for all time. Is this possible?
@nitinkrishna4811
@nitinkrishna4811 11 ай бұрын
hello, is there any tutorial link to verify the data between postman api respose and salesforce data after sync
Postman Tutorial #24 -Variables in JavaScript | JavaScript for Postman
11:00
Software Testing Mentor
Рет қаралды 6 М.
How to write API test cases in Postman using JavaScript
15:45
Naveen AutomationLabs
Рет қаралды 88 М.
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 78 МЛН
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 7 МЛН
女孩妒忌小丑女? #小丑#shorts
00:34
好人小丑
Рет қаралды 49 МЛН
How to automate API Tests with Postman
20:04
Software Testing 101
Рет қаралды 49 М.
SDET Automation Mock Interview - 8+ YOE (Selenium, Java, API, Testing)
1:37:32
Naveen AutomationLabs
Рет қаралды 264 М.
Postman Beginner Tutorial 14 | How to Add Authorization in Postman
11:18
Automation Step by Step
Рет қаралды 168 М.
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 78 МЛН