Load Test

Load Testing

What is a Load Test? A Load Test is a type of non-functional test which verifies the performance of an application or system under a peak user/volume condition. This test also validates the resource usage, stability and reliability of the software system under peak load. What is Peak Load? Peak Load is the highest load … Read more

What is Performance Testing?

Performance Testing

YouTube Video: Performance Testing What is Performance Testing? “Performance testing is a systematic testing approach to validate the performance of an application under load.” In the above definition, two important words appear. One is ‘Performance’ and another one is ‘Load’. The word ‘Performance’ refers to the behaviour of an application in terms of responsiveness and … Read more

PostgreSQL Database Performance Counters

This article describes PostgreSQL Database Performance Counters. PostgreSQL is an object-relational database management system (ORDBMS). It is an open-source, powerful, and reliable database system that is well-suited for large web applications and data-driven websites. It is a popular choice for enterprise applications and is favoured for its reliability and robust features. PostgreSQL is a transactional … Read more

Important Counters for Performance Testing

What are Performance Counters? In Performance Testing, the Performance counters are a type of metric used to measure the performance of hardware, software and networks. These counters are used to track the performance of various components of a software system, such as processors, memory, disks, networks, and application components. Uses of Performance Counters An operating … Read more