logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Software Testing Comments

  • Question
  • Statement coverage will not check for the following


  • Options
  • A. Dead Code
  • B. Unused Statement
  • C. Missing Statements
  • D. Unused Branches

  • Correct Answer
  • Missing Statements 

    Explanation

    Statement coverage is a white box test design technique which involves execution of all the executable statements in the source code at least once. It is used to calculate and measure the number of statements in the source code which can be executed given the requirements.

  • Tags: Analyst, Database Administrator, IT Trainer, Network Engineer, Software Architect

    Software Testing problems


    Search Results


    • 1. Of the following tree structure, which is, efficient considering space and time complexities?

    • Options
    • A. Incomplete Binary Tree
    • B. Complete Binary Tree
    • C. Full Binary Tree
    • D. None
    • Discuss
    • 2. Which is the simplest file structure?

    • Options
    • A. Sequential
    • B. Indexed
    • C. Random
    • D. None
    • Discuss
    • 3. main() { float me = 1.1; double you = 1.1; if(me==you) printf("yes"); else printf("No"); }

    • Options
    • A. Yes
    • B. No
    • C. Both
    • D. Compilation error
    • Discuss
    • 4. What is "bug leakage?" and what is "bug release?"
    • Discuss
    • 5. Unreachable code would best be found using

    • Options
    • A. code inspections
    • B. a static analysis tool
    • C. code reviews
    • D. a test management tool
    • Discuss
    • 6. What are the common problems with software automation?
    • Discuss
    • 7. Differentiate between a.) Testing and Debugging b.) Two tier and Three tier architecture c.) Alpha testing and Beta testing d.) Static testing and dynamic testing
    • Discuss
    • 8. What is a software project test plan?
    • Discuss
    • 9. Defect Management Process does not include

    • Options
    • A. Deliverable base-lining
    • B. Management reporting
    • C. Defect prevention
    • D. None of above
    • Discuss
    • 10. Which of the following is not a static testing technique?

    • Options
    • A. Inspections
    • B. Data flow analysis
    • C. Error guessing
    • D. Walkthrough
    • Discuss


    Comments

    There are no comments.

Enter a new Comment