If we increase the load on a software system beyond normal operating capacity then that can be called which of the following?

  1. Logic Testing

  2. Stress Testing

  3. Conformance Testing

  4. Unit Testing


Correct Option: B

AI Explanation

To answer this question, we need to understand the different types of software testing.

Option A) Logic Testing - This option is incorrect because logic testing focuses on verifying the correctness of the software's logical operations. It does not specifically address the system's ability to handle increased load.

Option B) Stress Testing - This option is correct because stress testing involves testing the software system's performance under extreme or overload conditions. By increasing the load beyond normal operating capacity, stress testing helps identify the system's breaking point and assess its ability to handle high loads.

Option C) Conformance Testing - This option is incorrect because conformance testing is done to verify whether the software system complies with specific standards, protocols, or regulations. It does not specifically address the system's ability to handle increased load.

Option D) Unit Testing - This option is incorrect because unit testing is a type of testing that focuses on testing individual units or components of the software system, typically at the code level. It does not specifically address the system's ability to handle increased load.

The correct answer is B) Stress Testing. This option is correct because stress testing is specifically designed to evaluate the software system's performance under extreme load conditions, helping identify any performance bottlenecks or issues that may arise when the system is subjected to high loads.

Find more quizzes: