Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 850 Bytes

File metadata and controls

47 lines (32 loc) · 850 Bytes

Performance Testing

Introduction

Test App Performance

- Speed (load / Response)
- Stability
- Scalability

under Workload

Why we use Performance Testing?

  • It's not about finding bugs, it's about eliminating bottlenecks
  • Provide info about the system before going live

Types of Performance Testing

  • Load Testing "expected"
  • Stress Testing "break point"
  • Scalability
  • etc...

Metrices

  • CPU
  • Memory
  • Disk Usage
  • Networks
  • Speed
  • Battary

Tools