본문 바로가기

Performance Test/Performance Test 개요

성능테스트 란?

반응형

성능 테스트는 특정 ①워크로드에서 소프트웨어 애플리케이션의 속도, 응답 시간, 안정성, 안정성, 확장성 및 리소스 사용량을 테스트하는데 사용되는 소프트웨어 테스트 프로세스입니다. 성능 테스트의 주요 목적은 소프트웨어 애플리케이션의 성능 병목 현상을 식별하고 제거하는 것입니다.

① 워크로드란? 지정된 시간(매일 작업 중, 사용량이 가장 많은 시간, 시스템이 가장 많이 사용되는 날 등)에 시스템의 예상로드를 혼합 한 것으로 정의됩니다.
abstracta.us/blog/performance-testing/workload-load-scenario-performance-testing/

 

성능 테스트 속성

  • 속도:
    소프트웨어 제품이 빠르게 반응하는지 여부를 결정
  • 확장성:
    소프트웨어 제품이 한 번에 처리 할 수 있는 로드 양을 결정
  • 안정성:
    다양한 워크로드의 경우 소프트웨어 제품이 안정적인지 여부를 결정
  • 신뢰성:
    소프트웨어 제품이 안전한지 여부를 결정

 

성능 테스트의 목적

  • 성능 테스트의 목적은 성능 정체를 제거하는 것
  • 제품이 시장에 출시되기 전에 개선해야 할 사항을 파악
  • 성능 테스트의 목적은 소프트웨어를 신속하게 만드는 것
  • 성능 테스트의 목적은 소프트웨어를 안정적이고 신뢰할 수 있도록 만드는 것

 

참고사이트

 

Performance Testing Tutorial: What is, Types, Metrics & Example

{loadposition top-ads-automation-testing-tools} A bug tracking tool can help record, report,...

www.guru99.com

 

Workload or Load Scenario in Performance Testing | Abstracta

In load tests, we simulate the workload or load scenario that an application will have in production, counting the concurrent users.

abstracta.us

 

Performance Testing | Software Testing - GeeksforGeeks

A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

www.geeksforgeeks.org

 

반응형