
JMeter 설치 및 사용법
2022. 6. 2. 10:30
Test
프로젝트 진행 중에 동시요청 테스트, 서버 부하 테스트 방법을 찾다가 JMeter를 쓰게 되어 기록합니다. JMeter 설치하기 JMeter 다운로드 페이지 : https://jmeter.apache.org/download_jmeter.cgi Apache JMeter - Download Apache JMeter Download Apache JMeter We recommend you use a mirror to download our release builds, but you must verify the integrity of the downloaded files using signatures downloaded from our main distribution directories. Recent relea..

ARC(Advanced REST Client) 설치 및 사용법
2022. 6. 2. 10:00
Test
프로젝트 api구현 중에 Rest API Test 방법을 찾다가 ARC(Advanced REST Client)를 쓰게 되어 기록합니다. 앞서 작성한 PostMan과 기능이 비슷합니다. ARC 설치하기 ARC 메인 페이지 : https://install.advancedrestclient.com/install Advanced REST Client install.advancedrestclient.com ARC 메인 페이지에서 컴퓨터 환경에 맞게 설치해 줍니다. 회원 가입이 따로 필요없으며, 설치 후 아래 사진과 같은 창이 뜨면 설치 끝입니다. ARC 사용하기 API 작동 테스트 하길 원하는 METHOD 형태를 넣고 우측 http:// 빈칸에 API URL 입력해 줍니다. JWT 토큰 등등 Authorizati..

PostMan 설치 및 사용법
2022. 6. 2. 09:12
Test
프로젝트 api구현 중에 Rest API Test 방법을 찾다가 PostMan을 쓰게 되어 기록합니다. PostMan 설치하기 포스트맨 메인 페이지 : https://www.postman.com/ Postman API Platform | Sign Up for Free Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster. www.postman.com 메인 페이지에서 우측 상단에 Sign Up for Free 버튼 누르고 회원 가입 해줍니다. 포스트맨 다..