본문 바로가기
Software Test/Contract Test by Postman

[Postman 사용법] 0. 이 카테고리에서는..

by kellis 2020. 8. 19.

Postman은 HTTP 클라이언트로, 다음과 같은 기능을 제공합니다.

  • 서버로 리퀘스트 전송하기
  • 테스트 스크립트 작성하기
  • 컬렉션 생성 및 실행하기
  • 리퀘스트 연결하기

이런 기능들을 이용해서 Contract Test를 수행할 수 있습니다. Contract Test란 서비스 제공자(일반적으로 서버 프로그램)가 계약(요청과 응답)대로만 동작하는지 검사하는 것입니다. Contract Test에 대한 자세한 내용은 Martin Fowler가 작성한 Contract Test에서 확인하실 수 있습니다.

 

이 장에서는 Postman의 사용법에 대해 알아보겠습니다. 내용의 대부분은 아래 링크를 참조하였습니다.

 

Home

Managing APIs Learn how to create, read, update, and delete APIs in Postman. Read the Docs

learning.postman.com

 

Postman Support | Get Help & Connect with Our Community

Postman is the only complete API development environment, for API developers, used by more than 10 million developers and 500,000 companies worldwide. Postman makes working with APIs faster and easier by supporting developers at every stage of their workfl

www.postman.com

Prerequisite

이 글을 읽기 위해서는 다음과 같은 사전 지식이 필요합니다.

  • Contract Test
  • javascript
  • HTTP basic
  • JSON

대부분의 설명이 실습을 기반하므로 미리 포스트맨을 설치해두시길 권장합니다.

댓글