In a typical application using Database, it is natural all...
Read MoreBlog
Performance Testing — Web Apps
- February 25, 2022
- Posted by: techjediadmin
- Category: Performance Testing QA Testing
No Comments
What is performance testing?
Type: Non-Functional testing
What is tested?: System’s behaviour under extreme conditions
Objective: 3 S’s — Speed, Scalability, Stability
Image src: https://www.multidots.com/services/performance-testing/
How it is done?
It is typically done with some variations on the load (no.of concurrent users hitting system under test). Each of them have a defined objective.
- Load Testing: Check for bottlenecks under extreme case
- Stress Testing: Evaluate the breaking point of the application
- Endurance Testing: Test to handle the load for a longer duration
- Spike Testing: Test to handle sudden increase in the load
Few other performance tests under data, scalability parameters are done as
- Volume testing: System tested under varying data volumes
- Scalability Testing: How application scales with increasing load
Typical metrics in performance testing:
- Response time
- Throughput
- Error rates
- Bandwidth
- Resource Utilisation: CPU, Memory
Performance Testing Procedure
- Objective: It is important to define the business objectives (typically no.of concurrent users and resource limitations/budget)
- Input: Heterogeneous user requests simulating realtime with data
- Output: Performance parameters to be monitored and fixing acceptance
- Configure testing: Capture and/or generated load generations scripts
- Run: Use configured scripts and execute performance test
- Record: Capture results from step 5
- Tune System: Check the output and Fix required issues.
- Repeat step 5 until output is acceptable
Common issues fixed in step 7
Most common items being fixed are
- Bottlenecks — Some blockage in data flow path
- Poor scalability — caused by concurrent tasks
- Software configuration issues
- Insufficient hardware resources
Read Similar Blogs:
Google Authenticator
Google Authenticator is a mobile app that provides two-factor authentication...
Read MoreHow does Serverless Architecture work?
TL;DR: Serverless removes the architecture responsibilities like hardware provisioning, scaling, and...
Read MoreLeave a Reply Cancel reply
Courses
Data Structure & Algorithms for Interviews
Start Date : 24-September-2022
End Date : 27-November-2022
Technology80 Hours10 Weeks
Become a Python Developer
Start Date : 13-August-2022
End Date : 11-September-2022
Technology40 Hours5 Weeks