Sail E0 Webinar

MCQs

Total Questions : 69 | Page 3 of 7 pages
Question 21. Generate test data to make the program enter the sequential block, to make it go through the entire block
  1.    Sequential control flow
  2.    Two-way decision statements
  3.    Multi-way decision statements
  4.    Loops like while do,
 Discuss Question
Answer: Option A. -> Sequential control flow
Question 22. ___________ loops fall between single and nested loops with respect to test cases
  1.    Concatenated
  2.    Horrible
  3.    Nested
  4.    None
 Discuss Question
Answer: Option A. -> Concatenated
Question 23. Which of the following is not a part of the Test Implementation and Execution Phase
  1.    Creating test suites from the test cases
  2.    Executing test cases either manually or by using test execution tools
  3.    Comparing actual results
  4.    Designing the Tests
 Discuss Question
Answer: Option D. -> Designing the Tests
Question 24. Data flow analysis studies
  1.    The use of data on paths through the code
  2.    Possible communications bottlenecks in a program
  3.    The intrinsic complexity of the code
  4.    The rate of change of data values as a program executes
 Discuss Question
Answer: Option A. -> The use of data on paths through the code
Question 25. Statement coverage will not check for the following
  1.    Dead Code
  2.    Unused Statement
  3.    Missing Statements
  4.    Unused Branches
 Discuss Question
Answer: Option C. -> Missing Statements
Question 26. Which of the following is not used in measuring the size of the software
  1.    KLOC
  2.    Function Points
  3.    Size of module
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> Size of module
Question 27. Testing done without planning and Documentation is called
  1.    Unit testing
  2.    Regression testing
  3.    Adhoc testing
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> Adhoc testing
Question 28. A Type of Functional Testing, which investigates the functions relating to the detection of threats, such as viruses from malicious outsiders
  1.    Performance Testing
  2.    Recovery Testing
  3.    Security Testing
  4.    Functionality Testing
 Discuss Question
Answer: Option C. -> Security Testing
Question 29. The testing in which code is checked
  1.    Black box testing
  2.    White box testing
  3.    Red box testing
  4.    Green box testing
 Discuss Question
Answer: Option B. -> White box testing
Question 30. Test Conditions are derived from:
  1.    Specifications
  2.    Test Cases
  3.    Test Data
  4.    Test Design
 Discuss Question
Answer: Option A. -> Specifications

Latest Videos

Latest Test Papers