[GigaCourse.Com] Udemy - Postman The Complete Guide - REST API Testing

Torrent Details


[GigaCourse.com] Udemy - Postman The Complete Guide - REST API Testing

NAME
[GigaCourse.com] Udemy - Postman The Complete Guide - REST API Testing.torrent
CATEGORY
Other
INFOHASH
28435f9c3b1b3a13d089b53352adbf26b93fb5d3
SIZE
4 GB in 99 files
ADDED
Uploaded on 08-04-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Udemy - Postman The Complete Guide - REST API Testing



Description

RESTful APIs (or simply REST API) are everywhere nowadays but at the same time they are getting more complex to get started with: different HTTP methods,, headers, cookies, dealing with file uploads or authentication with api keys, tokens, OAuth and so much more.

But before you start investing time writing code to retrieve the data the API is offering, why not test the request first to make sure everything is working as expected?

This is where the Postman App comes in! Postman allows you very quickly create a request with the required HTTP method and parameters, submit the request and easily inspect the results.

Postman can help if you are developing APIs as well! I have created this course for testing engineers and well as for software developers.  Postman can help you during the development of your API as well as after the API is completed, by running tests that make sure your API is still working as intended.

In the first part of the course we will start exploring the features of Postman and continue by writing API tests with the intention of integrating them in a CI server where the tests will run on a current basis.

But this is not the normal course you take part in. Because your needs may be different and because I hate leaving you wondering what to do next, the second part of the course will include user questions and answers to problems that were not yet covered in the course or that are more specific and may not interest everybody.

So let’s look at what you are going to learn:

Start with simple requests and advance towards more complex scenarios
Learn to deal with authentication / authorization mechanisms like Basic Auth, API Keys, or OAuth.
Start writing API tests
Organize tests in collections and share them with your team
Run API tests in Jenkins or any other CI server
You ask, I answer

So after this course you will know how to use Postman as a pro.

Excited to learn Postman? Sign-up up today!

Created by Valentin Despa
Last updated 2/2020
English
English [Auto-generated]

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
1. Introduction and first steps in Postman/1. Course overview.mp48 MB
1. Introduction and first steps in Postman/1. Course overview.srt5.8 KB
1. Introduction and first steps in Postman/2. Introduction and first steps in Postman.mp4126.3 MB
1. Introduction and first steps in Postman/2. Introduction and first steps in Postman.srt17.4 KB
1. Introduction and first steps in Postman/3. About this course.mp44.1 MB
1. Introduction and first steps in Postman/3. About this course.srt2.3 KB
1. Introduction and first steps in Postman/4. Introduction and first steps in Postman (continued).mp458.9 MB
1. Introduction and first steps in Postman/4. Introduction and first steps in Postman (continued).srt14.3 KB
1. Introduction and first steps in Postman/5. The Postman Landscape.mp415.2 MB
1. Introduction and first steps in Postman/5. The Postman Landscape.srt3.5 KB
1. Introduction and first steps in Postman/6. First steps in Postman.html136 B
10. Running a request multiple times with different data sets/1. Using workflows to create data-sets.mp415.9 MB
10. Running a request multiple times with different data sets/1. Using workflows to create data-sets.srt8.9 KB
10. Running a request multiple times with different data sets/1.1 Postman collection used in this lecture.html120 B
10. Running a request multiple times with different data sets/2. Using external data files - Basic usage.mp441.1 MB
10. Running a request multiple times with different data sets/2. Using external data files - Basic usage.srt10 KB
10. Running a request multiple times with different data sets/2.1 Order management.postman_collection.json3 KB
10. Running a request multiple times with different data sets/2.2 data-1.json194 B
10. Running a request multiple times with different data sets/3. Using external data files - Writing tests.mp455.2 MB
10. Running a request multiple times with different data sets/3. Using external data files - Writing tests.srt8.1 KB
10. Running a request multiple times with different data sets/3.1 Order management-2.postman_collection.json3.4 KB
10. Running a request multiple times with different data sets/3.2 data-2.json439 B
10. Running a request multiple times with different data sets/4. Using external data files - Advanced usage.mp455 MB
10. Running a request multiple times with different data sets/4. Using external data files - Advanced usage.srt10.3 KB
10. Running a request multiple times with different data sets/4.1 data-3.json747 B
10. Running a request multiple times with different data sets/4.2 Order management-3.postman_collection.json4.5 KB
11. Team Collaboration/1. Introduction.mp45.8 MB
11. Team Collaboration/1. Introduction.srt986 B
11. Team Collaboration/2. Using the Git version control system - Overview.mp427.5 MB
11. Team Collaboration/2. Using the Git version control system - Overview.srt7.4 KB
11. Team Collaboration/3. Using the Git version control system - Hands on.mp445.5 MB
11. Team Collaboration/3. Using the Git version control system - Hands on.srt9.2 KB
11. Team Collaboration/3.1 Git tutorials from Atlassian.html100 B
11. Team Collaboration/4. Team Workspaces - Creating and sharing a workspace.mp436.7 MB
11. Team Collaboration/4. Team Workspaces - Creating and sharing a workspace.srt9.2 KB
11. Team Collaboration/5. Team Workspaces - Understanding users and permissions.mp413.6 MB
11. Team Collaboration/5. Team Workspaces - Understanding users and permissions.srt4.2 KB
11. Team Collaboration/6. Team Workspaces - Managing user permissions.mp419.7 MB
11. Team Collaboration/6. Team Workspaces - Managing user permissions.srt3.8 KB
12. Mock servers/1. Introduction to mock servers.mp41.9 MB
12. Mock servers/1. Introduction to mock servers.srt768 B
12. Mock servers/2. Why use a mock server.mp421.7 MB
12. Mock servers/2. Why use a mock server.srt7.7 KB
12. Mock servers/3. Create your first mock server.mp448.8 MB
12. Mock servers/3. Create your first mock server.srt14 KB
12. Mock servers/4. Practical example using mock servers for front-end development.mp424 MB
12. Mock servers/4. Practical example using mock servers for front-end development.srt4.8 KB
12. Mock servers/5. Recording responses from an existing API.mp430.1 MB
12. Mock servers/5. Recording responses from an existing API.srt4.4 KB
12. Mock servers/6. Known limitations.mp49.1 MB
12. Mock servers/6. Known limitations.srt3.1 KB
12. Mock servers/6.1 Mock server responses matching request query string params (community).html158 B
12. Mock servers/6.2 Official documentation, read the part with Add the request header(s)..html130 B
13. File uploads (testing, automatic uploads, uploading multiple files)/1. Sending and testing multipartform-data requests (file upload form).mp422.9 MB
13. File uploads (testing, automatic uploads, uploading multiple files)/1. Sending and testing multipartform-data requests (file upload form).srt12.6 KB
13. File uploads (testing, automatic uploads, uploading multiple files)/2. Automatic the upload and testing process with Newman.mp435.7 MB
13. File uploads (testing, automatic uploads, uploading multiple files)/2. Automatic the upload and testing process with Newman.srt19.5 KB
13. File uploads (testing, automatic uploads, uploading multiple files)/2.1 Collection file, data.csv.html115 B
14. Authentication Authorization/1. Basic access authentication.mp410.2 MB
14. Authentication Authorization/1. Basic access authentication.srt7.3 KB
14. Authentication Authorization/1.1 Postman Echo.html91 B
14. Authentication Authorization/2. OAuth2 Authorization Flow (Authorization Code Grant).mp436.3 MB
14. Authentication Authorization/2. OAuth2 Authorization Flow (Authorization Code Grant).srt8.1 KB
14. Authentication Authorization/3. Form-based Session-based authentication.mp427.5 MB
14. Authentication Authorization/3. Form-based Session-based authentication.srt16.8 KB
14. Authentication Authorization/3.1 Postman Quick Reference Guide.html82 B
14. Authentication Authorization/4. JSON Web Tokens (JWT).mp451.5 MB
14. Authentication Authorization/4. JSON Web Tokens (JWT).srt10.5 KB
15. Advanced topics and user questions/1. Postman help - Schedule your free Postman consultation.html749 B
15. Advanced topics and user questions/2. You ask, I answer.html334 B
15. Advanced topics and user questions/3. Reusing tests in multiple requests.mp416.7 MB
15. Advanced topics and user questions/3. Reusing tests in multiple requests.srt9.3 KB
15. Advanced topics and user questions/4. How to deal with CSV responses.mp418.8 MB
15. Advanced topics and user questions/4. How to deal with CSV responses.srt12.9 KB
15. Advanced topics and user questions/4.1 Postman collection used in this video.html120 B
15. Advanced topics and user questions/4.2 PapaParse JavaScript Library.html87 B
15. Advanced topics and user questions/4.3 Parse CSV and make assertions.postman_collection.json3 KB
15. Advanced topics and user questions/5. Writing files to the file system.mp4208.5 MB
15. Advanced topics and user questions/5. Writing files to the file system.srt26.9 KB
15. Advanced topics and user questions/6. Passing variables dynamically to the request at runtime (Newman).html726 B
15. Advanced topics and user questions/7. Sending requests from scripts.mp485.6 MB
15. Advanced topics and user questions/7. Sending requests from scripts.srt15.3 KB
15. Advanced topics and user questions/8. How can I connect to my database using Postman.mp425.9 MB
15. Advanced topics and user questions/8. How can I connect to my database using Postman.srt7.8 KB
15. Advanced topics and user questions/8.1 Connect to a database from Postman (Postman + DreamFactory).html104 B
15. Advanced topics and user questions/8.2 DreamFactory API publishing.html99 B
16. New features in Postman/1. Designing APIs with Postman (OpenAPI 3.0.0 Swagger).mp461.8 MB
16. New features in Postman/1. Designing APIs with Postman (OpenAPI 3.0.0 Swagger).srt16.8 KB
16. New features in Postman/1.1 Postman documentation.html151 B
16. New features in Postman/1.2 SwaggerHub.html97 B
16. New features in Postman/2. Sending GraphQL Queries in Postman.mp440.4 MB
16. New features in Postman/2. Sending GraphQL Queries in Postman.srt9.2 KB
16. New features in Postman/2.1 Github GraphQL public schema.html107 B
16. New features in Postman/2.2 Creating a personal access token.html150 B
16. New features in Postman/2.3 Github GraphQL documentation.html99 B
17. JavaScript fundamentals/1. Section overview.mp48 MB
17. JavaScript fundamentals/1. Section overview.srt2.6 KB
17. JavaScript fundamentals/10. Generate a random email address.html137 B
17. JavaScript fundamentals/11. Data structures arrays.mp441.2 MB

Alternative Torrents for 'GigaCourse.com Udemy Postman Complete Guide REST API Testing'.

There are no alternative torrents found.