- It is a type of non-functional testing.
- Testing the ability of a system, a network, or a process to continue to function well when it is changed in size or volume in order to meet a growing need.
- It is the testing of a software application for measuring its capability to scale up in terms of any of its non-functional capability like load supported, the number of transactions, the data volume etc.
- Example: An ecommerce site may be able to handle orders for up to 100 users at a time but scalability testing can be performed to check if it will be able to handle higher loads during peak shopping seasons.
Testing throughout the testing life cycle
What is Security testing in software testing?
- It is a type of non-functional testing.
- Security testing is basically a type of software testing that’s done to check whether the application or the product is secured or not. It checks to see if the application is vulnerable to attacks, if anyone hack the system or login to the application without any authorization. [Read more…] about What is Security testing in software testing?
What is Compatibility testing in software testing?
- It is a type of non-functional testing.
- Compatibility testing is a type of software testing used to ensure compatibility of the system/application/website built with various other objects such as other web browsers, hardware platforms, users (in case if it’s very specific type of requirement, such as a user who speaks and can read only a particular language), operating systems etc. This type of testing helps find out how well a system performs in a particular environment that includes hardware, network, operating system and other software etc. [Read more…] about What is Compatibility testing in software testing?
What is Performance testing in software?
- It is a type of non-functional testing.
- Performance testing is testing that is performed, to determine how fast some aspect of a system performs under a particular workload. [Read more…] about What is Performance testing in software?
What is Load testing in software testing? Examples,How To Do,Importance, Differences
Load testing is a type of non-functional testing. A load test is type of software testing which is conducted to understand the behavior of the application under a specific expected load. Load testing is performed to determine a system’s behavior under both normal and at peak conditions.
Load testing one among the different kinds of performance testing that determines the performance of the system in real time load conditions. It is basically used to ensure that the application performs satisfactorily when many users try to access or use it at the same time.