Computer Knowledge

Software Testing and Quality Control

2,292 Questions

Software testing and quality control questions cover testing methodologies, unit testing, and defect management. These concepts are crucial for the computer knowledge sections of competitive exams. Practice these questions to understand verification and validation processes thoroughly.

Quality control typesUnit testing purposeSoftware vulnerability testingTest planning tasksLoop testing criteriaTest harness functions

Software Testing and Quality Control Questions

Multiple choice
  1. To make the top management aware of the security issues.

  2. To test intrusion detection and response.

  3. To identifying the systems to be tested.

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Penetration testing is conducted to identify vulnerabilities in systems that need to be tested. It helps discover security weaknesses before malicious actors can exploit them. Option A is incorrect because it is not just for management awareness, and option B refers to testing detection systems rather than identifying targets.

Multiple choice
  1. Black box testing is applied during the later stage of the testing process.

  2. White box testing is applied during the early stage of the testing process.

  3. Black box testing involves initialization and termination errors.

  4. All of the above

  5. Only (2) and (3)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, all of the above are the true statements.

Multiple choice
  1. It is the degree to which a software performs its required function.

  2. It is the required effort to correct the software whenever it fails.

  3. It is the degree to which the software programs cannot be used for unauthorized users.

  4. It is a degree to which the software programs can be used as user friendly or user's perspective.

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is called 'correctness' in software quality.