Git Product home page Git Product logo

postmancourse's Introduction

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]

postmancourse's People

Contributors

luisgepeto avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

ivant-effit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.