토스인컴 QA Platform: ‘누구나 테스트할 수 있는’ 도구의 시작
안녕하세요. 토스인컴 QA Manager 정수호, FE Assistant 노치현입니다. QA 업무를 하다 보면 하루에도 몇 번씩 비슷한 질문을 받습니다. “이 테스트 데이터는 어떻게 만들어요?” “이 API는 Swagger에서 어떻게 호출하나요?” “이 상태를 바로 확인할 방법은 없을까...
안녕하세요. 토스인컴 QA Manager 정수호, FE Assistant 노치현입니다. QA 업무를 하다 보면 하루에도 몇 번씩 비슷한 질문을 받습니다. “이 테스트 데이터는 어떻게 만들어요?” “이 API는 Swagger에서 어떻게 호출하나요?” “이 상태를 바로 확인할 방법은 없을까...
Cleaned‑up Markdown markdown !Forem Logohttps://media2.dev.to/dynamic/image/width=65,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-upload...
The Setup I was building a feature‑flag / runtime‑config service just a fun thing to do during the holidays. The idea was simple: - Backend exposes config valu...
Introduction Documentation is often the part of development that gets left behind. We all know we should write it, but keeping an OpenAPI spec in sync with you...
The API-First Approach API-First architecture prioritizes building APIs as the primary interface for automation, enabling seamless integration, scalability, an...
Swagger is one of the simplest ways to document REST APIs. It provides an interactive UI where developers can test endpoints, understand inputs and outputs, and...