API Testing with Postman

Tijdsduur
Locatie
Op locatie, Online
Startdatum en plaats

API Testing with Postman

SpiralTrain
Logo van SpiralTrain
Opleiderscore: starstarstarstarstar_half 8,5 SpiralTrain heeft een gemiddelde beoordeling van 8,5 (uit 50 ervaringen)

Tip: meer info over het programma, prijs, en inschrijven? Download de brochure!

Startdata en plaatsen
placeAmsterdam
22 dec. 2025
Toon rooster
event 22 december 2025, 09:30-16:30, Amsterdam, Dag 1
placeEindhoven
22 dec. 2025
Toon rooster
event 22 december 2025, 09:30-16:30, Eindhoven, Dag 1
placeHouten
22 dec. 2025
Toon rooster
event 22 december 2025, 09:30-16:30, Houten, Dag 1
computer Online: Online
22 dec. 2025
Toon rooster
event 22 december 2025, 09:30-16:30, Online, Dag 1
placeRotterdam
22 dec. 2025
Toon rooster
event 22 december 2025, 09:30-16:30, Rotterdam, Dag 1
placeZwolle
22 dec. 2025
Toon rooster
event 22 december 2025, 09:30-16:30, Zwolle, Dag 1
placeAmsterdam
16 feb. 2026
Toon rooster
event 16 februari 2026, 09:30-16:30, Amsterdam, Dag 1
placeEindhoven
16 feb. 2026
Toon rooster
event 16 februari 2026, 09:30-16:30, Eindhoven, Dag 1
placeHouten
16 feb. 2026
Toon rooster
event 16 februari 2026, 09:30-16:30, Houten, Dag 1
computer Online: Online
16 feb. 2026
Toon rooster
event 16 februari 2026, 09:30-16:30, Online, Dag 1
placeRotterdam
16 feb. 2026
Toon rooster
event 16 februari 2026, 09:30-16:30, Rotterdam, Dag 1
placeZwolle
16 feb. 2026
Toon rooster
event 16 februari 2026, 09:30-16:30, Zwolle, Dag 1
placeAmsterdam
20 apr. 2026
Toon rooster
event 20 april 2026, 09:30-16:30, Amsterdam, Dag 1
placeEindhoven
20 apr. 2026
Toon rooster
event 20 april 2026, 09:30-16:30, Eindhoven, Dag 1
placeHouten
20 apr. 2026
Toon rooster
event 20 april 2026, 09:30-16:30, Houten, Dag 1
computer Online: Online
20 apr. 2026
Toon rooster
event 20 april 2026, 09:30-16:30, Online, Dag 1
placeRotterdam
20 apr. 2026
Toon rooster
event 20 april 2026, 09:30-16:30, Rotterdam, Dag 1
placeZwolle
20 apr. 2026
Toon rooster
event 20 april 2026, 09:30-16:30, Zwolle, Dag 1
placeAmsterdam
22 jun. 2026
Toon rooster
event 22 juni 2026, 09:30-16:30, Amsterdam, Dag 1
placeEindhoven
22 jun. 2026
Toon rooster
event 22 juni 2026, 09:30-16:30, Eindhoven, Dag 1
Beschrijving
In the course API Testing with Postman from SpiralTrain, participants learn to use the Postman application to test APIs and automate API tests.

Postman Intro

This module introduces APIs and how Postman is used for testing. Learners explore the Postman UI, gain an understanding of REST and SOAP APIs, HTTP methods, and the structure of requests and responses. It also introduces Postman workflows and Postman Flows for visual automation.

Working with Requests

Participants learn to create various types of API requests: GET, POST, PUT, and DELETE. Topics include query and path parameters, request headers, authentication, sending JSON or form data, and testing public APIs through hands-on practice.

Lees de volledige beschrijving

Veelgestelde vragen

Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.

Nog niet gevonden wat je zocht? Bekijk deze onderwerpen: API, Web Development, Software Testing, Databases en Software Development / Ontwikkeling.

In the course API Testing with Postman from SpiralTrain, participants learn to use the Postman application to test APIs and automate API tests.

Postman Intro

This module introduces APIs and how Postman is used for testing. Learners explore the Postman UI, gain an understanding of REST and SOAP APIs, HTTP methods, and the structure of requests and responses. It also introduces Postman workflows and Postman Flows for visual automation.

Working with Requests

Participants learn to create various types of API requests: GET, POST, PUT, and DELETE. Topics include query and path parameters, request headers, authentication, sending JSON or form data, and testing public APIs through hands-on practice.

Response Validation

This module focuses on validating API responses. Learners check HTTP status codes, validate JSON and XML responses, and write assertions for status codes, response bodies, headers, JSON schemas, and XML structures.

Postman Collections

This module covers grouping and managing API requests using collections. Topics include templates, types of collections, using the Postman API Builder, setting up environments, and working with global variables.

Automating Postman Scripts

Participants automate testing using pre-request and test scripts. They learn how to work with dynamic data, create custom assertions, use snippets for automation, test performance, and validate APIs automatically.

Data-Driven Testing

This module covers test parameterization using CSV and JSON files. Learners use the Param tab, reuse data, capture dynamic values, and execute multiple test cases with Postman Runner to support data-driven testing.

Mock Servers

Participants set up mock servers in Postman to simulate API responses. Topics include API keys, creating mock servers from collections, configuring responses, scheduling tests, and monitoring APIs through simulated endpoints.

CI/CD Integration

This module explores integrating Postman tests into CI/CD pipelines such as Jenkins and GitHub Actions. Learners generate test reports, use Postman CLI, configure custom webhooks, and automate reporting for continuous delivery environments.

Audience Course API Testing with Postman

The course API Testing with Postman is intended for testers, developers and devops engineers who work with APIs.

Prerequisites Course API Testing with Postman

To participate in the course, basic knowledge of Web standards such as HTTP and HTTPS is required. Knowledge of JSON is beneficial for understanding.

Realization Training API Testing with Postman

Live API demo sessions led by the trainer, alternated with hands-on practical exercises.

Certificate API Testing with Postman

After successfully completing the course, participants will receive a certificate of participation in API Testing with Postman.

Modules

Module 1: Postman Intro

  • What is an API?
  • Intro to Postman UI
  • Overview Postman Features
  • Understanding REST API's
  • Understanding SOAP API's
  • HTTP Methods
  • Request Structure
  • Response Structure
  • Workflows in Postman
  • Postman Flows

Module 2: Working with Requests

  • Creating GET Requests
  • POST versus PUT
  • DELETE Requests
  • Query Parameters
  • Path Parameters
  • Handling Request Headers
  • Using Authentication
  • Sending Data with JSON
  • Sending Form Data
  • Testing Public API's

Module 3: Response Validation

  • HTTP Status Codes
  • Checking JSON Responses
  • Checking XML Responses
  • Extracting Data from API Responses
  • Assertions in Postman
  • Status Code Assertions
  • Response Body Assertions
  • Header Assertions
  • JSON Schema Assertions
  • XML Assertions

Module 4: Postman Collections

  • Creating Collections
  • Grouping API Requests
  • Managing Collections
  • Postman Templates
  • Types in Collections
  • Collection Format
  • Postman API Builder
  • Using Environments
  • Global Variables

Module 5: Automating Postman Scripts

  • Intro Postman Test Scripts
  • Pre-request Scripts
  • Post-response Scripts
  • Test Scripts
  • Tests with Dynamic Data
  • Custom Test Assertions
  • Snippets for Automation
  • Testing Performance
  • Automating API Validation

Module 6: Data-Driven Testing

  • Parameterized Tests
  • Param Tab
  • Reading CSV Files
  • Capture and Parameterize
  • Reuse of Data
  • CSV for Parameterized Tests
  • JSON for Parameterized Tests
  • Postman Runner
  • Executing Multiple Test Cases

Module 7: Mock Servers

  • Setting Up Mock Servers
  • Postman API key
  • Postman Mock Server
  • Mock Server from Collection
  • Mock Server Configuration
  • Scheduling API Tests
  • API Monitoring
  • Simulating API Responses

Module 8: CI/CD Integration

  • Running Tests in Jenkins
  • Running Tests in GitHub Actions
  • Generating Test Reports
  • Available Integrations
  • Exporting API Test Reports
  • Automating in CI/CD Pipeline
  • Custom WebHooks
  • Postman CLI

Waarom SpiralTrain

SpiralTrain is specialist op het gebied van software development trainingen. Wie bieden zowel trainingen aan voor beginnende programmeurs die zich de basis van talen en tools eigen willen maken als ook trainingen voor ervaren software professionals die zich willen bekwamen in de nieuwste versie van een taal of een framework.

Onze trainingkenmerken zich door :

• Klassikale of online open roostertrainingen en andere trainingsvormen
• Eenduidige en scherpe cursusprijzen, zonder extra kosten
• Veel trainingen met een doorlopende case study
• Trainingen die gericht zijn op certificering

Blijf op de hoogte van nieuwe ervaringen
Er zijn nog geen ervaringen.
Deel je ervaring
Heb je ervaring met deze cursus? Deel je ervaring en help anderen kiezen. Als dank voor de moeite doneert Springest € 1,- aan Stichting Edukans.

Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.

Download gratis en vrijblijvend de informatiebrochure

(optioneel)
(optioneel)
(optioneel)
(optioneel)
(optioneel)
(optioneel)

Heb je nog vragen?

(optioneel)
We slaan je gegevens op om je via e-mail en evt. telefoon verder te helpen.
Meer info vind je in ons privacybeleid.