In this section of Software Engineering – Software Testing.It contain Testing Conventional Applications MCQs (Multiple Choice Questions Answers).All the MCQs (Multiple Choice Question Answers) requires in depth reading of Software Engineering Subject as the hardness level of MCQs have been kept to advance level.These Sets of Questions are very helpful in Preparing for various Competitive Exams and University level Exams.

PRACTICE IT NOW TO SHARPEN YOUR CONCEPT AND KNOWLEDGE

view hide answers

1. With thorough testing it is possible to remove all defects from a program prior to delivery to the customer

  • True
  • False

2. Which of the following are characteristics of testable software?

  • observability
  • simplicity
  • stability
  • all of the above

3. The testing technique that requires devising test cases to demonstrate that each program function is operational is called

  • black-box testing
  • glass-box testing
  • grey-box testing
  • white-box testing

4. The testing technique that requires devising test cases to exercise the internal logic of a software module is called

  • behavioral testing
  • black-box testing
  • grey-box testing
  • white-box testing

5. What types of errors are missed by black-box testing and can be uncovered by white-box testing?

  • behavioral errors
  • logic errors
  • performance errors
  • typographical errors
  • b and d

6. Program flow graphs are identical to program flowcharts.

  • True
  • False

7. The cyclomatic complexity metric provides the designer with information regarding the number of

  • cycles in the program
  • errors in the program
  • independent logic paths in the program
  • statements in the program

8. The cyclomatic complexity of a program can be computed directly from a PDL representation of an algorithm without drawing a program flow graph.

  • True
  • False

9. Condition testing is a control structure testing technique where the criteria used to design test cases is that they

  • rely on basis path testing
  • exercise the logical conditions in a program module
  • select test paths based on the locations and uses of variables
  • focus on testing the validity of loop constructs

10. Data flow testing is a control structure testing technique where the criteria used to design test cases is that they

  • rely on basis path testing
  • exercise the logical conditions in a program module
  • select test paths based on the locations and uses of variables
  • focus on testing the validity of loop constructs

11. Loop testing is a control structure testing technique where the criteria used to design test cases is that they

  • rely basis path testing
  • exercise the logical conditions in a program module
  • select test paths based on the locations and uses of variables
  • focus on testing the validity of loop constructs

12. Black-box testing attempts to find errors in which of the following categories

  • incorrect or missing functions
  • interface errors
  • performance errors
  • none of the above
  • a, b, c

13. Graph-based testing methods can only be used for object-oriented systems

  • True
  • False

14. Equivalence testing divides the input domain into classes of data from which test cases can be derived to reduce the total number of test cases that must be developed.

  • True
  • False

15. Boundary value analysis can only be used to do white-box testing.

  • True
  • False

16. Orthogonal array testing enables the test designer to maximize the coverage of the test cases devised for relatively small input domains.

  • True
  • False

17. Test derived from behavioral class models should be based on the

  • data flow diagram
  • object-relation diagram
  • state transition diagram
  • use-case diagram

18. Documentation does not need to be tested.

  • True
  • False

19. Real-time applications add a new and potentially difficult element to the testing mix

  • performance
  • reliability
  • security
  • time

You may be Interested In

Software Engineering Online Tests
Share with : Share on Linkedin Share on Twitter Share on WhatsApp Share on Facebook