Submitted Questions

  • Independency

    A company devleops websites for its clients. The testing team tests each build of the software once development releases it. Once testers complete the testing, they also work on coding the next build. All testers and developers report to project manager. What type of independency is achieved above? 1. No Independent testers 2. Testing is done by a tester who is part of the development team. 3. External...

  • Testing Technique

    Input and Output combinations that will be treated the same way by the system can be tested using which techique? 1. Boundary Value 2. Equivalance partition 3. Decision Table 4. State Transition

    Adidurga

    • Jun 19th, 2015

    Equivalance Partition

    swathi

    • Jun 11th, 2015

    Boundary Value Analysis
    Equivalence class partition
    These two are the Test case design Techniques

  • Test Case Efficiency

    Hi guys, What is test case efficiency for this scenario : In your project total number of test cases executed is 1000, total test cases passed is 860 and number of failed test cases is 140.

    Tester

    • Dec 2nd, 2014

    Test case efficiency is not depend on how many of test cases we executed and how many left. Like in given example 1000 of test cases if 860 test cases executed successively and 140 test cases has defe...