Performance Testing: Definition, Need and Types
What is Performance Testing ? Performance Testing is a type of non-functional testing used to determine how a software will behave under different workloads. Workload can be defined in different terms like no of users simultaneously accessing a website or the volume of data a website tries to fetch from the database etc. Performance testing determines the applications performance in below parameters: Speed: response time of the application Scalability: maximum load an application can handle Stability: determine if the application…