Best Manual Testing Multiple Choice Questions and Answers
Best Manual Testing Multiple Choice Questions and Answers
Interview Questions
Mcqs
Engineering
Medical
Quiz
Aptitude
Home
MCQS
Manual-Testing
2. 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
Ans: B
5. Verification is
A. Process based
B. Product based
Ans: A
7. 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
Ans: A
10. 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
Ans: C
12.This type of testing method attempts to find incorrect or missing functions, errors in
data structures or external database access, interface errors, Performance errors and
initialization and Termination errors. It is called as
A. White Box Testing
B. Grey Box Testing
C. Black Box Testing
D. Open Box Testing
Ans: C
14. Software testing which is done without planning and Documentation is known as
A. adHoc Testing
B. Unit Testing
C. Regression testing
D. Functional testing.
Ans: A
16. Retesting the entire application after a change has been made called as?
A. Full Regression Testing
B. Unit Regression
C. Regional Regression
D. Retesting
Ans: A
21. A metric used to measure the characteristic of documentation and code called as
A. Process metric
B. Product Metric
C. Test metrics
Ans: B
23. The process that deals with the technical and management issues of software
development called as?
A. Delivery Process
B. Testing Process
C. Software Process
Ans: C
26. Business Risk affects The Organization developing or Procuring the software.
A. True
B. False
Ans: A
28. Automation Testing should be done before starting Manual testing. Is the above
statement correct?
A. Yes
B. No
Ans: B
29. Earlier a defect is found the cheaper it is to fix it. Is the above statement correct?
A. Yes
B. No
Ans: A
31. Software Testing is a process of evaluating a system by manual or automatic means and
verify that it satisfies specified requirements or identity differences between expected and
actual results.
A. True
B. False
Ans: A
32. 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.
Ans: C
33. An Important metric is the number of defects found in internal testing compared to the
defects found in customer tests, Status of test activities against the plan, Test coverage
achieved so far, comes under
A. Process Metric
B. Product Metric
C. Test Metric
Ans: C
37. 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)
Ans: A
38. 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
Ans: C
40. This Testing Technique examines the basic program structure and it derives the test
data from the program logic; Ensuring that all statements and conditions executed at least
once. It is called as
A. Block box Testing
B. White box Testing
C. Grey Box Testing
D. Closed Box Testing
Ans: B
41. 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.
Ans: A
44. Conducted to validate that the application, database, and network they may be running
on can handle projected volumes of users and data effectively. The test is conducted jointly
by developers, testers, DBA’s and network associates after the system Testing called as
A. Functional Testing
B. Stress/Load Testing
C. Recovery Testing
D. Integration Testing
Ans: B
45. Maintenance Plan predicts the maintenance requirements of the system, maintenance
costs and effort required
A. True
B. False
Ans: A
47. Validation plan describes the approach ,resources and schedule used for system
validation
A. True
B. False
Ans: A
49. Types of quality tools are Problem Identification Tools and Problem Analysis Tools.
A. True
B. False
Ans: A
50. 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
Ans: C
51. A metric used to measure the characteristic of the methods, Techniques and tools
employed in developing, implementing and maintaining the software system called as
A. Process metric
B. Product Metric
C. Test metrics
Ans: A
52. Check Sheet(Checklist. is considered a simple , but powerful statistical tool because it
differentiates between two extremes.
A. True
B. False
Ans: A
53. Application should be stable. Clear Design and Flow of the application is needed for
Automation testing.
A. False
B. True
Ans: B
54. Quality plan describes the quality procedures and standards that will be used in a
project.
A. False
B. True
Ans: B
57. The name of the testing which is done to make sure the existing features are not affected
by new changes
A. Recursive testing
B. Whitebox testing
C. Unit testing
D. Regression testing
Ans: D
60. Cost of Production = Right The First time cost(RTF. + Cost of Quality.
A. True
B. False
Ans: A
61. ------------- means under what test environment(Hardware, software set up. the
application will run smoothly
A. Test Bed
B. Checkpoint
C. Code Walk through
D. Checklist
Ans: A
63. Optimization, Defect Prevention, and Quality Control. Its come under the
A. CMM Level 2
B. CMM Level 3
C. CMM Level 4
D. CMM Level5
Ans: D
67. Which of the following is not one of the techniques to find defects
a. Operational Techniques
b. Functional Techniques
c. Dynamic Techniques
d. Static Techniques
Ans: a
69. Who has the primary responsibility of setting the quality culture in the organization?
a. Senior Management
b. The Training Department
c. The Quality Department
d. Nobody
Ans: c
70. Verification is
a. Checking that we are building the right system
b. Checking that we are building the system right
c. Performed by an independent test team
d. Making sure that it is what the user really wants
Ans: b
74. Which of the following statements about component testing is not true?
a. Component testing should be performed by development
b. Component testing is also known as isolation or module testing
c. Component testing should have completion criteria planned
d. Component testing does not involve regression testing
Ans: d
75. During which test activity could faults be found most cost effectively?
a. Execution
b. Design
c. Planning
d. Check Exit criteria completion
Ans: c
79. The inputs for developing a test plan are taken from
a. Project plan
b. Business plan
c. Support plan
d. None of the above
Ans: a
85. 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
Ans: d
87. 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
Ans: a
95. 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
Ans: C
Read More
Read More
Top Medical Questions And Answers
Read More
Read More
Read More