728x90
Postman Tests
Add request
-> Tests
pm.test("Status test", function(){
pm.response.to.have.status(200);
});
pm.test("Body matches string", function(){
pm.expect(pm.response.text()).to.include("success");
});

인증키를 부모개체로부터 상속받아 쓰기

Run collection

Postman documentation
-> Add example

728x90
'푸닥거리' 카테고리의 다른 글
| FortiOS - REST API Reference (0) | 2022.04.30 |
|---|---|
| apollo graphql server (0) | 2022.04.27 |
| postman 에서 oauth2인증 후 json 데이타 보내기 (0) | 2022.04.22 |
| PBL에서의 기업현장교사 4대 역할 (0) | 2022.04.21 |
| 일학습병행 PBL 운영 (0) | 2022.04.20 |
댓글