- Mastering High Performance with Kotlin
- Igor Kucherenko
- 124字
- 2021-06-25 20:55:27
Types of performance testing
The most common performance problems revolve around response time, speed, load time, and scalability. These issues impact the most important attribute of an application: speed. Therefore, the main purpose of performance testing is to make sure that your application runs fast enough to keep a user's attention. There are a lot of different types of performance testing, for instance:
- Benchmark testing (we're already familiar with this)
- Load testing, which determines how an application works under anticipated user loads
- Volume testing, which tests what happens when a large amount of data populates a database
- Scalability testing, which determines how an application invokes functions with a large number of users
- Stress testing, which involves testing an application under extreme workloads
推薦閱讀
- 零基礎學C++程序設計
- WebAssembly實戰
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Mastering QGIS
- Learning Elixir
- PLC編程及應用實戰
- Python機器學習經典實例
- Mastering Google App Engine
- Building Android UIs with Custom Views
- Building Microservices with .NET Core
- Modern C++ Programming Cookbook
- Arduino Wearable Projects
- 數據分析與挖掘算法:Python實戰
- Learning Kotlin by building Android Applications
- Python網絡爬蟲實例教程(視頻講解版)