logo

CuriousTab

CuriousTab

Software Testing problems


  • 1. Unreachable code would best be found using

  • Options
  • A. code inspections
  • B. a static analysis tool
  • C. code reviews
  • D. a test management tool
  • Also asked in: Analyst, Database Administrator, IT Trainer

  • Discuss
  • 2. What is "bug leakage?" and what is "bug release?"
  • 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
  • Also asked in: Software Architect

  • Discuss
  • 4. Which is the simplest file structure?

  • Options
  • A. Sequential
  • B. Indexed
  • C. Random
  • D. None
  • Discuss
  • 5. 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
  • 6. Statement coverage will not check for the following

  • Options
  • A. Dead Code
  • B. Unused Statement
  • C. Missing Statements
  • D. Unused Branches
  • Also asked in: Analyst, Database Administrator, IT Trainer, Network Engineer, Software Architect

  • Discuss
  • 7. What are the common problems with software automation?
  • Discuss
  • 8. 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
  • 9. What is a software project test plan?
  • Discuss
  • 10. Defect Management Process does not include

  • Options
  • A. Deliverable base-lining
  • B. Management reporting
  • C. Defect prevention
  • D. None of above
  • Also asked in: Analyst, IT Trainer

  • Discuss

First 2 3 4