167
89.8k

340+ Software Testing Solved MCQs

These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Computer Science Engineering (CSE) , Bachelor of Business Administration in Computer Applications (BBA [CA]) , Bachelor of Business Administration (BBA) , Master of Computer Applications (MCA) .

Chapters

Chapter: Specialized Testing and Testing Tools
51.

Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?

A. integration testing
B. regression testing
C. system testing
D. user acceptance testing
Answer» B. regression testing
Chapter: Software Testing Strategies and Software Matrices
52.

What are the Testing Levels?

A. unit testing
B. integration testing
C. system testing and acceptance testing.
D. all the above
Answer» D. all the above
53.

Defect Management process does not include

A. defect prevention
B. deliverable base-lining
C. management reporting
D. none of the above
Answer» B. deliverable base-lining
54.

Software testing accounts to what percent of software development costs?

A. 10-20
B. 40-50
C. 70-80
D. 5-10
Answer» B. 40-50
55.

How much testing is enough

A. this question is impossible to answer
B. the answer depends on the risks for your industry, contract and special requirements
C. the answer depends on the maturity of your developers
D. the answer should be standardized for the software development industry
Answer» B. the answer depends on the risks for your industry, contract and special requirements
56.

Which of the following is not a characteristic for Testability?

A. operability
B. observability
C. simplicity
D. robustness
Answer» D. robustness
57.

Which of these can be successfully tested using Loop Testing methodology?

A. simple loops
B. nested loops
C. concatenated loops
D. all of the above
Answer» D. all of the above
58.

Inspections can find all the following except

A. variables not defined in the code
B. spelling and grammar faults in the documents
C. requirements that have been omitted from the design documents
D. how much of the code has been covered
Answer» D. how much of the code has been covered
59.

When a new testing tool is purchased, it should be used first by:

A. a small team to establish the best way to use the tool
B. everyone who may eventually have some use for the tool
C. the independent testing team
D. the vendor contractor to write the initial scripts
Answer» A. a small team to establish the best way to use the tool
60.

Which one of the following are non-functional testing methods?

A. system testing
B. usability testing
C. performance testing
D. both b & c
Answer» D. both b & c
61.

During the software development process, at what point can the test process start?

A. when the code is complete.
B. when the design is complete
C. when the software requirements have been approved
D. when the first code module is ready for unit testing
Answer» C. when the software requirements have been approved
62.

Acceptance test cases are based on what?

A. requirements
B. design
C. code
D. decision table
Answer» A. requirements
63.

Independent Verification & Validation is

A. done by the developer
B. done by the test engineers
C. done by management
D. done by an entity outside the project’s sphere of influence
Answer» D. done by an entity outside the project’s sphere of influence
64.

Which of the following is not described in a unit test standard?

A. syntax testing
B. equivalence partitioning
C. stress testing
D. modified condition/decision coverage
Answer» C. stress testing
65.

Which of the following is a form of functional testing?

A. boundary value analysis
B. usability testing
C. performance testing
D. security testing
Answer» A. boundary value analysis
66.

Test cases are designed during:

A. test recording
B. test planning
C. test configuration
D. test specification
Answer» D. test specification
67.

Which of the following is not a major task of Exit criteria?

A. checking test logs against the exit criteria specified in test planning.
B. logging the outcome of test execution.
C. assessing if more tests are needed.
D. writing a test summary report for stakeholders.
Answer» B. logging the outcome of test execution.
68.

Reviewing the test Basis is a part of which phase

A. test analysis and design
B. test implementation and execution
C. test closure activities
D. evaluating exit criteria and reporting
Answer» A. test analysis and design
69.

Reporting Discrepancies as incidents is a part of which phase :-

A. test analysis and design
B. test implementation and execution
C. test closure activities
D. evaluating exit criteria and reporting
Answer» B. test implementation and execution
70.

Which of the following items would not come under Configuration Management?

A. operating systems
B. test documentation
C. live data
D. user requirement document
Answer» C. live data
71.

Handover of Test-ware is a part of which Phase

A. test analysis and design
B. test planning and control
C. test closure activities
D. evaluating exit criteria and reporting
Answer» C. test closure activities
Chapter: Approaches to Testing -I
72.

A useful tool to visualize, clarify, link, identify, and classify possible cause of a problem. This is also called as “fishbone diagram” what is this?

A. pareto analysis
B. cause-and-effect diagram
Answer» B. cause-and-effect diagram
73.

Variance from product specifications is called?

A. report
B. requirement
C. defect
Answer» C. defect
74.

Verification is

A. process based
B. product based
Answer» A. process based
75.

White box testing is not called as___________

A. glass box testing
B. closed box testing
C. open box testing
D. clear box testing
Answer» B. closed box testing
76.

Name the events that will be analyzed, Count the named incidents, Rank the count by frequency using a bar chart & Validate reasonableness of the analysis is called as

A. pareto analysis
B. cause and effect diagram
C. swot analysis
D. pie charts
Answer» A. pareto analysis
77.

Retesting of a single program or component after a change has been made?

A. full regression testing
B. unit regression
C. regional regression
D. retesting
Answer» B. unit regression
78.

Requirement and Analysis, Design, Development or Coding, Testing and Maintenance is called as Software Development Life Cycle (SDLC)

A. true
B. false
Answer» A. true
79.

The testing which is done by going thro’ the code is known as,

A. unit testing
B. blackbox testing
C. white box testing
D. regression testing
Answer» C. white box testing
80.

Business Risk affects The Organization developing or Procuring the software.

A. true
B. false
Answer» A. true
81.

Stratification is a Technique used to analyze/divide a universe of data into homogeneous groups(stratA..

A. true
B. false
Answer» A. true
82.

Automation Testing should be done before starting Manual testing. Is the above statement correct?

A. yes
B. no
Answer» B. no
83.

Earlier a defect is found the cheaper it is to fix it. Is the above statement correct?

A. yes
B. no
Answer» A. yes
84.

Informing to the developer which bug to be fix first is called as

A. severity
B. priority
C. fix ability
D. traceability
Answer» B. priority
85.

Retesting modules connected to the program or component after a change has been made?

A. full regression testing
B. unit regression
C. regional regression
D. retesting.
Answer» C. regional regression
86.

Alpha testing will be done at,

A. user’s site
B. developers’ site
Answer» B. developers’ site
87.

SPICE Means

A. software process improvement and capability determination
B. software process improvement and compatibility determination.
C. software process invention and compatibility determination.
D. software process improvement and control determination
Answer» A. software process improvement and capability determination
88.

Requirements Specification, Planning, Test case Design, Execution, Bug Reporting & Maintenance This Life Cycle comes Under

A. sdlc
B. stlc
C. sqlc
D. blc
Answer» B. stlc
89.

It provides a set of levels and an assessment model, and presents a set of recommended practices that allow organizations to improve their testing processes.

A. tim (testing improving model)
B. tmm (testing maturity model)
C. tqm(total quality management)
Answer» A. tim (testing improving model)
90.

Standards and procedures for managing changes in an evolving software product is called?

A. confirmation management
B. confederation mangement
C. configuration management
D. compartability management
Answer» C. configuration management
91.

Path Tested = Number of Path Tested / Total Number of Paths

A. true
B. false
Answer» A. true
Chapter: Testing for Specialized Environment
92.

This type of test include, how well the user will be able to understand and interact with the system?

A. usability testing
B. user acceptance testing
C. alpha testing
D. beta testing.
Answer» A. usability testing
93.

Defects generally fall into the following categories?

A. wrong
B. missing
C. extra
D. all the above
Answer» D. all the above
94.

What is correct Software Process Cycle?

A. plan(p)——>check(c)——>act(a)—–>do(d)
B. plan(p)——>do(d)——>check(c)—–>act(a)
C. plan(p)——>do(d)——>act(a)—–>check(c)
Answer» B. plan(p)——>do(d)——>check(c)—–>act(a)
95.

Maintenance Plan predicts the maintenance requirements of the system, maintenance costs and effort required

A. true
B. false
Answer» A. true
96.

Beta testing will be done by

A. developer
B. user
C. tester
Answer» B. user
97.

Validation plan describes the approach ,resources and schedule used for system validation

A. true
B. false
Answer» A. true
98.

Integration, It will come under

A. cmm level 1
B. cmm level 3
C. cmm level 2
D. none
Answer» B. cmm level 3
99.

Types of quality tools are Problem Identification Tools and Problem Analysis Tools.

A. true
B. false
Answer» A. true
100.

Which Software Development Life cycle model will require to start Testing Activities when starting development activities itself

A. water falls model
B. spiral model
C. v-model
D. linear model
Answer» C. v-model

Done Studing? Take A Test.

Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.