Software Engineering
Module 4: Software Testing
Q1a. A characteristic of a software system that can lead to a system error is known as (i) human error or mistake (ii) system fault (iii) system error (iv) system failure20202m
Module 4: Software Testing
View this question on its own page →A characteristic of a software system that can lead to a system error is known as
(i) human error or mistake
(ii) system fault
(iii) system error
(iv) system failureQ1b. The CMM model is a technique to (i) automatically maintain the software reliability (ii) improve the software process (iii) test the software (iv) All of the mentioned20212m
Module 4: Software Testing
View this question on its own page →The CMM model is a technique to
(i) automatically maintain the software reliability
(ii) improve the software process
(iii) test the software
(iv) All of the mentionedQ1c. Alpha-testing is done by a) The development team b) A friendly set of customers c) The customer himself d) None of these20232m
Module 4: Software Testing
View this question on its own page →Alpha-testing is done by
a) The development team
b) A friendly set of customers
c) The customer himself
d) None of theseQ1d. Name of an evaluation technique to assess the quality of test cases is (i) mutation analysis (ii) validation (iii) verification (iv) performance analysis20222m
Module 4: Software Testing
View this question on its own page →Name of an evaluation technique to assess the quality of test cases is
(i) mutation analysis
(ii) validation
(iii) verification
(iv) performance analysisQ1d. Boundary value analysis belongs to (i) white box testing (ii) black box testing (iii) white box and black box testing (iv) None of the mentioned20212m
Module 4: Software Testing
View this question on its own page →Boundary value analysis belongs to
(i) white box testing
(ii) black box testing
(iii) white box and black box testing
(iv) None of the mentionedQ1e. Which of the following is not a part of bug report? (i) Test case (ii) Output (iii) Software version (iv) LOC20202m
Module 4: Software Testing
View this question on its own page →Which of the following is not a part of bug report?
(i) Test case
(ii) Output
(iii) Software version
(iv) LOCQ1h. Alpha testing is typically performed by (i) End-users (ii) A selected group of external users (iii) The development team in a controlled environment (iv) Automated testing tools20242m
Module 4: Software Testing
View this question on its own page →Alpha testing is typically performed by
(i) End-users
(ii) A selected group of external users
(iii) The development team in a controlled environment
(iv) Automated testing toolsQ1h. Which granularity level of testing checks the behavior of module cooperation? (i) Unit testing (ii) Integration testing (iii) Acceptance testing (iv) Regression testing20212m
Module 4: Software Testing
View this question on its own page →Which granularity level of testing checks the behavior of module cooperation?
(i) Unit testing
(ii) Integration testing
(iii) Acceptance testing
(iv) Regression testingQ1i. In Boundary Value Analysis, test cases are designed based on: (i) Average input data (ii) Input conditions at their limits (iii) Randomly selected inputs (iv) Data from previous projects20252m
Module 4: Software Testing
View this question on its own page →In Boundary Value Analysis, test cases are designed based on:
(i) Average input data
(ii) Input conditions at their limits
(iii) Randomly selected inputs
(iv) Data from previous projectsQ1i. A software organization has been assessed at SEI CMM Level 4. Which of the following does the organization need to practice beside Process Change Management and Technology Change Management in order to achieve Level 5? (i) Defect detection (ii) Defect prevention (iii) Defect isolation (iv) Defect propagation20202m
Module 4: Software Testing
View this question on its own page →A software organization has been assessed at SEI CMM Level 4. Which of the following does the organization need to practice beside Process Change Management and Technology Change Management in order to achieve Level 5?
(i) Defect detection
(ii) Defect prevention
(iii) Defect isolation
(iv) Defect propagationQ1i. Main difference between program testing and system testing is a) System testing focuses on testing the interfaces between programs, program testing focuses on individual programs b) Program testing is more comprehensive than system testing c) System testing is tough and program testing is easy d) None of these20232m
Module 4: Software Testing
View this question on its own page →Main difference between program testing and system testing is
a) System testing focuses on testing the interfaces between programs, program testing focuses on individual programs
b) Program testing is more comprehensive than system testing
c) System testing is tough and program testing is easy
d) None of theseQ1j. What does SEI CMM stand for? (i) Software Engineering Institute Capability Maturity Model (ii) Software Evaluation Institute Capability Maturity Model (iii) Software Engineering Initiative Capability Management Model (iv) Software Evaluation Institute Capability Management Model20242m
Module 4: Software Testing
View this question on its own page →What does SEI CMM stand for?
(i) Software Engineering Institute Capability Maturity Model
(ii) Software Evaluation Institute Capability Maturity Model
(iii) Software Engineering Initiative Capability Management Model
(iv) Software Evaluation Institute Capability Management ModelQ3b. What is 'acceptance' testing? Explain briefly alpha testing and beta testing with suitable examples.20237m
Module 4: Software Testing
View this question on its own page →What is 'acceptance' testing? Explain briefly alpha testing and beta testing with suitable examples.
Q3b. Develop a test case for any testing technique for 'student admission system'.20227m
Module 4: Software Testing
View this question on its own page →Develop a test case for any testing technique for 'student admission system'.
Q4a. What is software quality assurance? Explain different quality matrices.20217m
Module 4: Software Testing
View this question on its own page →What is software quality assurance? Explain different quality matrices.
Q5a. What are drivers and stub modules in context of integration and unit testing of software product? Why are stubs and driver modules required?20237m
Module 4: Software Testing
View this question on its own page →What are drivers and stub modules in context of integration and unit testing of software product? Why are stubs and driver modules required?
Q5b. What are the main objectives of software verification and validation? Explain different verification and validation techniques.20217m
Module 4: Software Testing
View this question on its own page →What are the main objectives of software verification and validation? Explain different verification and validation techniques.
Q6a. Explain boundary value analysis and equivalence class testing in functional testing? How do they help?20257m
Module 4: Software Testing
View this question on its own page →Explain boundary value analysis and equivalence class testing in functional testing? How do they help?
Q6a. Explain Equivalence Class Partitioning (ECP) in software testing. How does ECP technique reduce the number of test cases while ensuring efficient test coverage?20247m
Module 4: Software Testing
View this question on its own page →Explain Equivalence Class Partitioning (ECP) in software testing. How does ECP technique reduce the number of test cases while ensuring efficient test coverage?
Q6b. Describe unit testing, integration testing and system testing—how they differ and what each addresses.20257m
Module 4: Software Testing
View this question on its own page →Describe unit testing, integration testing and system testing—how they differ and what each addresses.
Q6b. Write down the differences between Alpha and Beta testing. Explain their significance in the software release cycle, and how they help in improving software quality before public release.20247m
Module 4: Software Testing
View this question on its own page →Write down the differences between Alpha and Beta testing. Explain their significance in the software release cycle, and how they help in improving software quality before public release.
Q6b. How are boundary conditions tested in black box testing? Explain with example.20207m
Module 4: Software Testing
View this question on its own page →How are boundary conditions tested in black box testing? Explain with example.
Q6b. List and explain different categories of tools that can be used for testing.20217m
Module 4: Software Testing
View this question on its own page →List and explain different categories of tools that can be used for testing.
Q7a. Explain the concepts of alpha testing and beta testing. What are their roles in the release cycle of software?20257m
Module 4: Software Testing
View this question on its own page →Explain the concepts of alpha testing and beta testing. What are their roles in the release cycle of software?
Q8b. Describe the software quality assurance. Explain the ISO 9000 Quality Standards.20247m
Module 4: Software Testing
View this question on its own page →Describe the software quality assurance. Explain the ISO 9000 Quality Standards.
Q9b. Write short notes on the following: (i) Project management (ii) Test case design (iii) Software reliability20216m
Module 4: Software Testing
View this question on its own page →Write short notes on the following:
(i) Project management
(ii) Test case design
(iii) Software reliability