logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How to Estimate Testing effort ?


  • Correct Answer
  • Time Estimation method for Testing Process: Step 1 : count number of use cases (NUC) of system Step 2 : Set Avg Time Test Cases(ATTC) as per test plan Step 3 : Estimate total number of test cases (NTC) Total number of test cases = Number of Use Cases X Avg Test Cases per a use case Step 4 : Set Avg Execution Time (AET) per a test case Step 5 : Calculate Total Execution Time (TET) TET = Total number of test cases * AET Step 6 : Calculate Test Case Creation Time (TCCT) usually we will take 15 times of TET as TCCT TCCT = 15 * TET Step 7 : Time for Re-Test Case Execution (RTCE) this is for retesting usually we take 05 times of TET RTCE = 05 * TET Step 8 : Set Report generation Time (RGT usually we take 02 times of TET RGT = 02 * TET Step 9 : Set Test Environment Setup Time (TEST) it also depends on test plan Step 10 : Total Estimation time = TET + TCCT+ RTCE + RGT + TEST + some buffer 


  • Technology problems


    Search Results


    • 1. Describe Use Case Testing.
    • Discuss
    • 2. What type of tests you perform on the web based application?
    • Discuss
    • 3. What is an exit and entry criteria in a Test Plan ?
    • Discuss
    • 4. What is Test Harness?
    • Discuss
    • 5. What are the benefits of Automated Testing?
    • Discuss
    • 6. You are a tester. Now How will you choose which defect to remove in 1000000 defects?
    • Discuss
    • 7. What are the main attributes of test automation?
    • Discuss
    • 8. What is the difference in responsibilities of Programmers and QA analyst?
    • Discuss
    • 9. Can Manual Testing be completely replaced by Automation Testing?
    • Discuss
    • 10. Why regression testing is important?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment