Udemy - Learn Postman for API Automation Testing with Javascript
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size3.1 GB
- Uploaded Byfreecoursewb
- Downloads72
- Last checkedSep. 16th '21
- Date uploadedSep. 13th '21
- Seeders 10
- Leechers8
Learn Postman for API Automation Testing with Javascript 
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 59 lectures (8h 38m) | Size: 2.7 GB
Advanced Postman tutorial to learn API /Web Services Automation testing including CI/CD Integration from scratch
What you'll learn:
Understand how to Perform API Testing with Postman
Complete knowledge on Postman tool and its features
Learn how to Automate Rest API's with Json parsers in easy way using Postman
Learn Soap WebServices Automation with XML Parsing through Postman
Understand how to use ready made features like Environments, variables, Workflows, collection runners, Data driven testing for Automation
Learn usage of Newman tool with Postman and running tests through CLI commands
Integrate Postman Automation with Jenkins CI/CD Integration with neat HTML reports of Automation results
Understand how to collaborate with in team on Postman source code including Version control features
Requirements
None
Description
Postman - The Most popular API tool to build Automated API/WebServices Tests with very minimal code in quick and easy way.
This tool comes with Powerful JavaScript editor (Postman object) which helps us to perform various assertions inside the tool to validate your API Tests.
This course starts from the scratch with Postman fundamentals and then gives you the deeper understanding on various ready made Postman features to build Framework like Variables, Environments, Workflows, Data driven components and Pm object which helps to quickly Setup Automation lab for Testing.
Postman Supports various types of Services like Rest API's , Soap Web services, GraphQL Testing. etc. There is discussion on how to automate all these services types with the examples in the course.
Files:
[ FreeCourseWeb.com ] Udemy - Learn Postman for API Automation Testing with Javascript- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 1. Introduction to Postman tool for testing API's in Collections
- 1. Introduction to Postman Tool and its features.mp4 (66.5 MB)
- 1. Introduction to Postman Tool and its features.srt (12.0 KB)
- 2. Important resources information to learn API Basics.html (0.5 KB)
- 1. Generate Newman HTML execution reports for Postman Script Execution.mp4 (53.5 MB)
- 1. Generate Newman HTML execution reports for Postman Script Execution.srt (10.0 KB)
- 2. How to install Jenkins and Setup in the Local systems.mp4 (11.6 MB)
- 2. How to install Jenkins and Setup in the Local systems.srt (4.7 KB)
- 3. Create new Jenkins Job for Postman Automation Framework execution.mp4 (43.5 MB)
- 3. Create new Jenkins Job for Postman Automation Framework execution.srt (8.8 KB)
- 4. How to create Parameterized Jenkins job to switch environments dynamically.mp4 (63.5 MB)
- 4. How to create Parameterized Jenkins job to switch environments dynamically.srt (11.3 KB)
- 1. How to collaborate with Team members on Postman Workspace.mp4 (27.8 MB)
- 1. How to collaborate with Team members on Postman Workspace.srt (9.1 KB)
- 2. How to create Pull requests, and review PR's through Postman Tool for your work.mp4 (32.4 MB)
- 2. How to create Pull requests, and review PR's through Postman Tool for your work.srt (9.8 KB)
- 3. Quick tips on different options in the Postman Tool WIndow.mp4 (39.5 MB)
- 3. Quick tips on different options in the Postman Tool WIndow.srt (10.6 KB)
- 1. Download the Code.html (0.1 KB) Postman_Projects
- DS_Store (6.0 KB)
- Library.postman_collection.json (7.3 KB)
- OAuth Project.postman_collection.json (7.7 KB)
- Soap Service.postman_collection.json (2.3 KB)
- _.DS_Store (0.1 KB)
- _Library.postman_collection.json (0.2 KB)
- _OAuth Project.postman_collection.json (0.2 KB)
- _Soap Service.postman_collection.json (0.2 KB)
- _Postman_Projects (0.2 KB) 13. JavaScript Fundamentals for Postman Automation (Optional Learning)
- 1. Please Note.html (0.3 KB)
- 10. Sorting JavaScript Arrays with optimized logic.mp4 (61.6 MB)
- 10. Sorting JavaScript Arrays with optimized logic.srt (9.9 KB)
- 11. What are Functions in JavaScript and its advantages.mp4 (46.3 MB)
- 11. What are Functions in JavaScript and its advantages.srt (11.5 KB)
- 12. Understanding var,let,const Keywords in JavaScript.mp4 (46.2 MB)
- 12. Understanding var,let,const Keywords in JavaScript.srt (9.8 KB)
- 13. JavaScript String and its manipulation methods with examples - Part 1.mp4 (48.6 MB)
- 13. JavaScript String and its manipulation methods with examples - Part 1.srt (10.9 KB)
- 14. JavaScript String and its manipulation methods with examples - Part 2.mp4 (49.8 MB)
- 14. JavaScript String and its manipulation methods with examples - Part 2.srt (9.3 KB)
- 2. Getting started with Hello World Program in VS Code.mp4 (50.3 MB)
- 2. Getting started with Hello World Program in VS Code.srt (13.0 KB)
- 3. Understanding Variables and Datatypes in JavaScript.mp4 (62.1 MB)
- 3. Understanding Variables and Datatypes in JavaScript.srt (11.8 KB)
- 4. What are Loops and Conditional Statements in JavaScript.mp4 (63.2 MB)
- 4. What are Loops and Conditional Statements in JavaScript.srt (13.7 KB)
- 5. Implementing For and While Loop in JavaScript.mp4 (74.5 MB)
- 5. Implementing For and While Loop in JavaScript.srt (17.0 KB)
- 6. Arrays and its methods in JavaScript with Detailed examples - Part 1.mp4 (57.9 MB)
- 6. Arrays and its methods in JavaScript with Detailed examples - Part 1.srt (13.2 KB)
- 7. Arrays and its methods in JavaScript with Detailed examples - Part 2.mp4 (64.3 MB)
- 7. Arrays and its methods in JavaScript with Detailed examples - Part 2.srt (11.7 KB)
- 8. JavaScript Array Stream Functions -( Filter , reduce, Map) - Part 1.mp4 (78.0 MB)
- 8. JavaScript Array Stream Functions -( Filter , reduce, Map) - Part 1.srt (15.2 KB)
- 9. JavaScript Array Stream Functions -( Filter , reduce, Map) - Part 2.mp4 (67.0 MB)
- 9. JavaScript Array Stream Functions -( Filter , reduce, Map) - Part 2.srt (11.5 KB)
- 1. Install Postman tool and create new Workspace in Postman Account.mp4 (33.6 MB)
- 1. Install Postman tool and create new Workspace in Postman Account.srt (9.4 KB)
- 2. What are Collections in Postman and how to create http requests under it.mp4 (30.8 MB)
- 2. What are Collections in Postman and how to create http requests under it.srt (17.3 KB)
- 3. Build Library API requests in Postman tool and validate responses.mp4 (24.9 MB)
- 3. Build Library API requests in Postman tool and validate responses.srt (6.4 KB)
- 1. Walk through the Automation Scenarios Scope for the Library API's.mp4 (61.4 MB)
- 1. Walk through the Automation Scenarios Scope for the Library API's.srt (13.7 KB)
- 2. What are Environments in Postman How to create them.mp4 (50.3 MB)
- 2. What are Environments in Postman How to create them.srt (10.7 KB)
- 3. How to create variables in Postman with different Scopes.mp4 (86.4 MB)
- 3. How to create variables in Postman with different Scopes.srt (16.5 KB)
- 4. Getting started with Scripting in the Postman.mp4 (110.1 MB)
- 4. Getting started with Scripting in the Postman.srt (19.3 KB)
- 5. How to dynamically generate values from variables into input Payload requests.mp4 (35.8 MB)
- 5. How to dynamically generate values from variables into input Payload requests.srt (18.5 KB)
- 1. Assertions in Postman and how to use that in Scripting window.mp4 (81.3 MB)
- 1. Assertions in Postman and how to use that in Scripting window.srt (14.2 KB)
- 2. Running set of tests together in the Collection as automated runner.mp4 (72.9 MB)
- 2. Running set of tests together in the Collection as automated runner.
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce