Skip to content

Un repositorio con ejemplos y material para aprender a usar Postman

License

Notifications You must be signed in to change notification settings

luisgepeto/PostmanCourse

Repository files navigation

PostmanCourse

Un repositorio con ejemplos y material para aprender a usar Postman Para correr el curso es necesario tener la version 1.0 de .NET core disponible en https://www.microsoft.com/net/download/core Posteriormente, dentro del directorio de PostmanAPI correr los siguientes comandos:

dotnet restore
dotnet run

Una vez iniciado, es posible acceder a la pagina de ayuda a traves de la url http://localhost:5000/swagger

Contents

  1. What is Postman and how can it help me do my job?

  2. Postman basics

  3. Installing postman [x]

  4. Sending simple requests [x] * GET http://google.com * GET http://postmanapi.com/api/basic/simple

  5. Understanding responses [x] * GET http://postmanapi.com/api/basic/simplejson * GET http://postmanapi.com/api/basic/simplexml

  6. History & Tabs [x]

  7. Settings [x]

  8. Advanced request/response manipulation

  9. Working with headers [x] * GET http://postmanapi.com/api/manipulation/echoheaders

  10. Working with cookies [x] * GET http://postmanapi.com/api/manipulation/echocookies

  11. Request methods [x] * GET localhost:5000/api/manipulation/resource/1 * POST localhost:5000/api/manipulation/resource * PUT localhost:5000/api/manipulation/resource/1 * DELETE localhost:5000/api/manipulation/resource/1

  12. Sending request parameters [x] * GET localhost:5000/api/manipulation/echoparameters

  13. Sending request body [x] * GET localhost:5000/api/manipulation/echobody

  14. Saving responses [x] * GET google.com

  15. Postman advanced

  16. Exporting/Importing a request [x] * GET localhost:5000/api/advanced/importexport?sampleId=10

  17. Creating a collection [x]

  18. Exporting/Importing a collection [x]

  19. Requests as code snippets [x]

  20. Postman for automation

  21. Creating an environment [x]

  22. Using variables [x] * GET localhost:5000/api/automation/echovariable/{{myvar}}

  23. Setting a variable for a request [x] * GET localhost:5000/api/automation/echovariable/{{myvar}}

  24. Extracting data from a response [x] * GET localhost:5000/api/automation/responsedata

  25. Chaining requests [x] * GET localhost:5000/api/automation/firstchained * GET localhost:5000/api/automation/secondchained

  26. Advanced postman testing

  27. Writing tests [x] * GET localhost:5000/api/testing/simpletest * PUT localhost:5000/api/testing/complextest/2

  28. Running a collection multiple times [x] * PUT localhost:5000/api/testing/randomerror

  29. Setting workflows [x] * GET localhost:5000/api/automation/workflowstate * GET localhost:5000/api/automation/firstworkflow * GET localhost:5000/api/automation/secondworkflow * GET localhost:5000/api/automation/thirdworkflow

  30. Testing examples [x]

About

Un repositorio con ejemplos y material para aprender a usar Postman

Resources

License

Stars

Watchers

Forks

Packages

No packages published