Explore topic-wise MCQs in Testing Subject.

This section includes 657 Mcqs, each offering curated multiple-choice questions to sharpen your Testing Subject knowledge and support exam preparation. Choose a topic below to get started.

1.

Name an evaluation technique to assess the quality of test cases ?

A. Mutation analysis
B. Validation
C. Verification
D. Performance analysis
Answer» B. Validation
2.

________________ methods can be used to drive validations tests ?

A. Yellow-box testing
B. Black-box testing
C. White-box testing
D. All of the mentioned
Answer» C. White-box testing
3.

Many applications using static analysis find 0.1-0.2% NCSS. NCSS stands for______________________?

A. Non-Code Source Statement
B. Non Comment Source Sentence
C. Non-Comment Source Statement
D. All of the mentioned
Answer» D. All of the mentioned
4.

Maintenance testing is performed using which methodology ?

A. Retesting
B. Sanity testing
C. Breadth test and depth test
D. Confirmation testing
Answer» D. Confirmation testing
5.

Lower and upper limits are present in which chart ?

A. Run chart
B. Bar chart
C. Control chart
D. None of the mentioned
Answer» B. Bar chart
6.

ITG stands for___________________?

A. instantaneous test group
B. integration testing group
C. individual testing group
D. independent test group
Answer» E.
7.

Inspections and testing are what kinds of Quality Costs ?

A. Prevention
B. Internal Failure
C. External Failure
D. Appraisal
Answer» E.
8.

In which testing level the focus is on customer usage ?

A. Alpha Testing
B. Beta Testing
C. Validation Testing
D. Both Alpha and Beta
Answer» E.
9.

In which of the following testing strategies, a smallest testable unit is the encapsulated class or object ?

A. Unit testing
B. Integration testing
C. System testing
D. None of the mentioned
Answer» B. Integration testing
10.

How are baselines verified ?

A. By reviews
B. By inspections
C. By testing of code
D. All of the mentioned
Answer» D. All of the mentioned
11.

Exhaustive testing is___________________?

A. always possible
B. practically possible
C. impractical but possible
D. impractical and impossible
Answer» D. impractical and impossible
12.

Execution Verifier is a dynamic tool that is also known as_____________________?

A. Test File Generator
B. Coverage Analyzer
C. Output Comparator
D. Test Harness System
Answer» C. Output Comparator
13.

Effective testing will reduce __________________ cost?

A. maintenance
B. design
C. coding
D. documentation
Answer» B. design
14.

Debugging Program is a program which runs concurrently with the program under test & provide commands to_____________________?

A. examine memory & registers
B. stop execution at a particular point
C. search for references for particular variables, constant and registers
D. all of the mentioned
Answer» E.
15.

Cyclomatic Complexity method comes under which testing method ?

A. Yellow box
B. White box
C. Gray box
D. Black box
Answer» C. Gray box
16.

CCB stands for__________________?

A. Change Control Board
B. Change Control Baseline
C. Cumulative Changes in Baseline
D. None of the mentioned
Answer» B. Change Control Baseline
17.

_______________ categorizes class operations based on the generic function that each performs?

A. Category-based partitioning
B. Attribute-based partitioning
C. State-based partitioning
D. None of the mentioned
Answer» B. Attribute-based partitioning
18.

By collecting __________________ during software testing, it is possible to develop meaningful guidelines to halt the testing process?

A. Failure intensity
B. Testing time
C. Metrics
D. All of the mentioned
Answer» D. All of the mentioned
19.

Boundary value analysis belong to ?

A. White Box Testing
B. Black Box Testing
C. White Box & Black Box Testing
D. None of the mentioned
Answer» C. White Box & Black Box Testing
20.

Beta Testing is done by____________________?

A. Developers
B. Testers
C. Users
D. All of the mentioned
Answer» D. All of the mentioned
21.

Beta testing is done at_________________?

A. User’s end
B. Developer’s end
C. User’s & Developer’s end
D. None of the mentioned
Answer» B. Developer’s end
22.

Behavioral testing is__________________?

A. White box testing
B. Black box testing
C. Grey box testing
D. None of the mentioned
Answer» C. Grey box testing
23.

Alpha testing is done at________________?

A. Developer’s end
B. User’s end
C. Developer’s & User’s end
D. None of the mentioned
Answer» B. User’s end
24.

According to Pareto’s principle, x% of defects can be traced to y% of all causes. What are the values of x and y ?

A. 60, 40
B. 70, 30
C. 80, 20
D. No such principle exists
Answer» D. No such principle exists
25.

According to ISO 9001, inspection and testing comes under which management responsibility ?

A. Process control
B. Document control
C. Control of nonconforming products
D. Servicing
Answer» B. Document control
26.

Acceptance testing is also known as____________________?

A. Grey box testing
B. White box testing
C. Alpha Testing
D. Beta testing
Answer» E.