software testing and quality management Mcqs
51. Quality also can be looked at in terms of user satisfaction which includes_____________________?
comments icon0
A. All of the mentioned

B. A compliant product

C. Delivery within budget and schedule

D. Good quality output

52. Effective testing will reduce __________________ cost?
comments icon0

A. documentation

B. maintenance

C. coding

D. design

53. What are the various Testing Levels ?
comments icon0

A. Unit Testing

B. Integration Testing

C. All of the mentioned

D. System Testing

55. Unit testing is done by__________________?
comments icon0
A. Developers

B. Customers

C. None of the mentioned

D. Users

56. Which of the following testing types is not a part of system testing ?
comments icon0

A. Stress testing

B. Recovery testing

C. System testing

D. Random testing
57. Which of the following is the way of ensuring that the tests are actually testing code ?
comments icon0

A. Complex path testing

B. Control structure testing

C. Quality assurance of software

D. Code coverage
59. Which of the following is not a conflict in software development team ?
comments icon0
A. Graphics issues

B. Shared and common code

C. Versions

D. Simultaneous updates

60. Exhaustive testing is___________________?
comments icon0

A. always possible

B. impractical but possible

C. impractical and impossible

D. practically possible

61. What is group with the responsibility for reviewing and approving changes to baselines ?
comments icon0
A. Configuration Control Board

B. Baseline

C. Software Configuration Item

D. Configuration

62. Which of the following is not regression test case ?
comments icon0

A. A representative sample of tests that will exercise all software functions

B. Low-level components are combined into clusters that perform a specific software sub-function

C. Tests that focus on the software components that have been changed

D. Additional tests that focus on software functions that are likely to be affected by the change

63. Behavioral testing is__________________?
comments icon0
A. Black box testing

B. Grey box testing

C. White box testing

D. None of the mentioned

64. According to ISO 9001, inspection and testing comes under which management responsibility ?
comments icon0

A. Document control

B. Servicing

C. Control of nonconforming products

D. Process control
65. Software Testing with real data in real environment is known as_____________________?
comments icon0

A. none of the mentioned

B. beta testing

C. regression testing

D. alpha testing

66. Which testing tool is responsible for documenting programs ?
comments icon0

A. Test Harness System

B. Test Archiving Systems

C. Test/File Generator

D. Coverage Analyzer

67. Which testing tool does a simple job of enforcing standards in a uniform way of many programs ?
comments icon0

A. Static Analyzer

B. Code Inspector

C. Standard Enforcer

D. Both Code Inspector & Standard Enforcer
68. White Box techniques are also classified as_________________?
comments icon0

A. Design based testing

B. None of the mentioned

C. Structural testing

D. Error guessing technique

69. Lower and upper limits are present in which chart ?
comments icon0
A. Run chart

B. Bar chart

C. Control chart

D. None of the mentioned

70. Beta testing is done at_________________?
comments icon0

A. None of the mentioned

B. Users end

C. Users & Developers end

D. Developers end

71. Which of the following is not included in Issues Meetings ?
comments icon0

A. Issues gathered the day before

B. Discussion with business

C. Attendance

D. Regular schedule of meeting

72. Boundary value analysis belong to ?
comments icon0

A. White Box & Black Box Testing

B. None of the mentioned

C. White Box Testing

D. Black Box Testing
74. The object of ________________within an OO system is to design tests that have a high likelihood of uncovering plausible bugs ?
comments icon0

A. Use-based testing

B. Integration testing

C. Scenario-based testing

D. Fault-based testing
75. Standard Enforcer is a___________________?
comments icon0

A. None of the mentioned

B. Static Testing Tool

C. Dynamic Testing

D. Static & Dynamic Testing

76. What is testing process first goal ?
comments icon0
A. Bug prevention

B. Testing

C. Execution

D. Analyses

78. Inspections and testing are what kinds of Quality Costs ?
comments icon0

A. Internal Failure

B. Prevention

C. External Failure

D. Appraisal
79. What refers to the externally observable structure of an OO program ?
comments icon0
A. Surface structure

B. Core structure

C. All of the mentioned

D. Deep structure

80. What is Cyclomatic complexity ?
comments icon0

A. Black box testing

B. Green box testing

C. White box testing

D. Yellow box testing

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

A. Non Comment Source Sentence

B. All of the mentioned

C. Non-Code Source Statement

D. Non-Comment Source Statement
82. Which of the following is not a change management process ?
comments icon0

A. Review impact with stakeholders

B. Log the changes

C. Estimate impact on effort and schedule

D. None of the mentioned
83. What is a collection of software elements treated as a unit for the purposes of SCM ?
comments icon0

A. Configuration Control Board

B. Baseline

C. Configuration

D. Software Configuration Item
84. Testing done without planning and Documentation is called_________________?
comments icon0

A. None of the mentioned

B. Unit testing

C. Adhoc testing

D. Regression testing

85. The testing in which code is checked___________________?
comments icon0

A. Green box testing

B. Black box testing

C. Red box testing

D. White box testing
86. Which of the following is a common pointwer problem ?
comments icon0
A. All of the mentioned

B. Attempting to use memory areas after freeing them

C. Accessing data elements of the wrong type

D. Data sharing errors

87. Which is a black box testing technique appropriate to all levels of testing ?
comments icon0

A. Quality assurance

B. Regression testing

C. Equivalence partitioning

D. Acceptance testing

88. Which of the following is a example of Configuration Items ?
comments icon0
A. All of the mentioned

B. SCM procedures

C. Source code

D. Software design descriptions

90. Which of the following testing tools examine program systematically & automatically ?
comments icon0

A. Coverage Analyzer

B. Code Inspector

C. Standard Enforcer

D. Static Analyzer
91. In which of the following testing strategies, a smallest testable unit is the encapsulated class or object ?
comments icon0

A. None of the mentioned

B. System testing

C. Integration testing

D. Unit testing