Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

system programming multiple choice, Quizzes of Systems Design

system progrsystem programming multiple choice question for unit 1 unit 2 unit 3

Typology: Quizzes

2020/2021

Uploaded on 07/12/2021

Ankitha141
Ankitha141 🇮🇳

1 document

1 / 22

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
SOFTWARE TESTING MCQ QUESTIONS
1) What is “V” Model?
a) Test Level
b) SDLC Model
c) Test Type
d) Test Design Technique
2) What is Integration Testing?
a) SDLC Model
b) Test Type
c) Test Design Technique
d) Test Level
3) What is Functional Testing?
a) SDLC Model
b) Test Type
c) Test Design Technique
d) Test Level
4) What is Decision Table Testing?
a) Black Box Test Design Technique
b) White Box Test Design Technique
c) Gray Box Test Design Technique
d) Experience based Test Design Technique
5) What is Decision Testing?
a) Black Box Test Design Technique
b) White Box Test Design Technique
c) Gray Box Test Design Technique
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16

Partial preview of the text

Download system programming multiple choice and more Quizzes Systems Design in PDF only on Docsity!

SOFTWARE TESTING MCQ QUESTIONS

  1. What is “V” Model? a) Test Level b) SDLC Model c) Test Type d) Test Design Technique 2) What is Integration Testing? a) SDLC Model b) Test Type c) Test Design Technique d) Test Level 3) What is Functional Testing? a) SDLC Model b) Test Type c) Test Design Technique d) Test Level 4) What is Decision Table Testing? a) Black Box Test Design Technique b) White Box Test Design Technique c) Gray Box Test Design Technique d) Experience based Test Design Technique 5) What is Decision Testing? a) Black Box Test Design Technique b) White Box Test Design Technique c) Gray Box Test Design Technique

d) Experience based Test Design Technique 6) What is Exploratory Testing? a) Black Box Test Design Technique b) White Box Test Design Technique c) Gray Box Test Design Technique d) Experience based Test Design Technique 7) What is Sanity Testing? a) Test Level b) Test Type c) Test Design Technique d) Test Execution Level 8) ————is not a Test Document? a) Test Policy b) Test Case c) PIN (Project Initiation Note) d) RTM (Requirements Traceability Matrix) 9) —————–is not a Test Type? a) Database Testing b) Security Testing c) Functional Testing d) Statement Testing 10) ——————is not a Test Level? a) System Testing b) Acceptance Testing c) Functional Testing

d) Customers

  1. The order in which Test Levels are performed is: a) Unit, Integration, Acceptance, System b) Unit, System, Integration, Acceptance c) Unit, Integration, System, Acceptance d) It depends on the nature of a project
  2. What is Fault Masking? a) Creating a test case which does not reveal a fault b) Error condition hiding another error condition c) Masking a fault by developer d) Masking a fault by a tester
  3. Which is not a part of Specification Testing? a) Equivalence Partitioning b) Decision Tables c) Decision Testing d) Use Case Testing 19) The Cyclomatic number theory in a graph is defined by ________. a) e – n + 2 b) e – n + 1 c) e – n – 2 d) e – n – 1 20) Which of the following is/are true regarding Catastrophic Defect? a) Hide other defects. b) Invokes other defects. c) Failure of the software and data can be recovered.

d) Application crash and data cannot be recovered. 21) White Box Techniques are also called as a) Structural Testing b) Design-Based Testing c) Error Guessing Technique d) Experience-Based Technique 22) The Test Cases Derived from use cases a) Are most useful in uncovering defects in the process flows during real-world use of the system b) Are most useful in uncovering defects in the process flows during the testing use of the system c) Are most useful in covering the defects in the process flows during real-world use of the system d) Are most useful in covering the defects at the Integration Level 23) What can static analysis NOT find? a) the use of a variable before it has been defined b) unreachable (“dead”) code c) memory leaks d) array bound violations 24) Incidents would not be raised against a) requirements b) documentation c) test cases d) improvements suggested by users 25) Maintenance testing is performed using which methodology? a) Retesting b) Sanity testing c) Breadth test and depth test d) Confirmation testing Answers:

  1. b
  2. d

Ans: ‘A’

  1. Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is :- A. System Level Testing B. Integration Level Testing C. Unit Level Testing D. Component Testing Ans: ‘B’
  2. Static analysis is best described as: A. The analysis of batch programs. B. The reviewing of test plans. C. The analysis of program code. D. The use of black box testing. Ans: ‘C’
  3. One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class A. BOOK B. Book C. Boo01k D. book Ans: ‘C’
  4. 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 Ans: ‘A’
  5. 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

Ans: ‘B’

  1. Which of the following items would not come under Configuration Management? A. operating systems B. test documentation C. live data D. user requirement document Ans: ‘C’
  2. 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 Ans: ‘C’
  3. The Switch is switched off once the temperature falls below 18 and then it is turned on when the temperature is more than 21. Identify the Equivalence values which belong to the same class. A. 12,16, B. 24,27, C. 22,23, D. 14,15, Ans: ‘C’
  4. The approach/document used to make sure all the requirements are covered when writing test cases A. Test Matrix B. Checklist C. Test bed D. Traceability Matrix Ans: D
  5. Executing the same test case by giving the number of inputs on same build called as

C. TQM(Total Quality Management) Ans: B

  1. A Non-Functional Software testing done to check if the user interface is easy to use and understand A. Usability Testing B. Security Testing C. Unit testing D. Block Box Testing Ans: A
  2. The review and approved document (i.e. Test plan, System Requirement Specification’s) is called as A. Delivery Document B. Baseline Document C. Checklist Ans: B
  3. What are the Testing Levels? A. Unit Testing B. Integration Testing C. System Testing and Acceptance Testing. D. All the above Ans: D
  4. Cost of quality = Prevention Cost + Appraisal cost + Failure cost A. True B. False Ans: A
  5. 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
  6. It measures the quality of processes used to create a quality product. It is a

system of management activities, It is a preventive process, It applies for entire life cycle & Deals with Process. A. Validation B. Verification C. Quality Assurance D. Quality Control Ans: C

  1. Variance from product specifications is called? A. Report B. Requirement C. Defect Ans: C
  2. Verification is A. Process based B. Product based Ans: A
  3. White box testing is not called as___________ A. Glass box testing B. Closed box testing C. Open box testing D. Clear box testing Ans: B
  4. 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
  5. Retesting of a single program or component after a change has been made? A. Full Regression Testing

Ans: B

  1. 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
  2. Acceptance testing is known as A. Beta Testing B. Greybox testing C. Test Automation D. White box testing Ans: A
  3. 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
  4. Boundary value analysis belongs to which testing method? A. Black Box testing B. White Box testing Ans: A
  5. It measures the quality of a product It is a specific part of the QA procedure, It is a corrective process, It applies for particular product & Deals with the product. A. Validation B. Verification C. Quality Assurance D. Quality Control Ans: D
  1. What are the Types of Integration Testing? A. Big Bang Testing B. Bottom Up Testing C. Top Down Testing D. All the above Ans: D
  2. Product Risk affects The quality or performance of the software. A. True B. False Ans: A
  3. A metric used to measure the characteristic of documentation and code called as A. Process metric B. Product Metric C. Test metrics Ans: B
  4. Which is non-functional software testing? A. Unit Testing B. Block box testing C. Performance Testing D. Regression testing Ans: C
  5. 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
  6. Executing the same test case on a modified build called as A. Regression Testing B. Retesting C. Ad hoc Testing

Ans: B

  1. 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
  2. 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
  3. 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
  4. Alpha testing will be done at, A. User's site B. Developers' site Ans: B
  5. 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 Ans: A
  1. Requirements Specification, Planning, Test case Design, Execution, Bug Reporting & Maintenance This Life Cycle comes Under A. SDLC B. STLC C. SQLC D. BLC Ans: B
  2. 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
  3. 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
  4. Path Tested = Number of Path Tested / Total Number of Paths A. True B. False Ans: A
  5. 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
  1. Beta testing will be done by A. Developer B. User C. Tester Ans: B
  2. Validation plan describes the approach ,resources and schedule used for system validation A. True B. False Ans: A
  3. Integration, It will come under A. CMM Level 1 B. CMM Level 3 C. CMM Level 2 D. None Ans: B
  4. Types of quality tools are Problem Identification Tools and Problem Analysis Tools. A. True B. False Ans: A
  5. 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
  6. 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

  1. Check Sheet(Checklist. is considered a simple , but powerful statistical tool because it differentiates between two extremes. A. True B. False Ans: A
  2. Application should be stable. Clear Design and Flow of the application is needed for Automation testing. A. False B. True Ans: B
  3. Quality plan describes the quality procedures and standards that will be used in a project. A. False B. True Ans: B
  4. How severely the bug is effecting the application is called as A. Severity B. Priority C. Fix ability D. Traceability Ans: A
  5. Project Risk affects The Schedule or Resources. A. True B. False Ans: A
  6. The name of the testing which is done to make sure the existing features are not affected by new changes A. Recursive testing