logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Software Testing Comments

  • Question
  • What are the common problems with software automation?


  • Correct Answer
  • The biggest concern is the cost incurred for test automation Also, often s/w test automation requires skilled personnel and authentic test automation tools Purchasing license of such tools is a costly affair Also the time required for test automation is more Automation often requires recording the sequence of operations you need to perform in order to execute a particular test case and comparing the final o/p with the expected o/p Functions/macros need also be written sometimes for some test cases All this could be a time consuming job 


  • Software Testing problems


    Search Results


    • 1. Statement coverage will not check for the following

    • Options
    • A. Dead Code
    • B. Unused Statement
    • C. Missing Statements
    • D. Unused Branches
    • Discuss
    • 2. 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
    • 3. Which is the simplest file structure?

    • Options
    • A. Sequential
    • B. Indexed
    • C. Random
    • D. None
    • Discuss
    • 4. 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
    • 5. What is "bug leakage?" and what is "bug release?"
    • Discuss
    • 6. 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
    • 7. What is a software project test plan?
    • Discuss
    • 8. Defect Management Process does not include

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

    • Options
    • A. Inspections
    • B. Data flow analysis
    • C. Error guessing
    • D. Walkthrough
    • Discuss
    • 10. Which of the following is a form of functional testing?

    • Options
    • A. Security testing
    • B. Performance testing
    • C. Boundary value analysis
    • D. Usability testing
    • Discuss


    Comments

    There are no comments.

Enter a new Comment