Answered Questions

  • Exception handling

    After writing test cases, how do you handle an exception if there is any?

    ashishks

    • Aug 26th, 2009

    If there is another exception is coming which is not mentioned in the test cases then surely it is either defect or somehow requirement has been changed.So clear with this from requirement documents or business analyist and according log a defect or update test cases.

  • Test Strategy

    You are the Test Lead for a project whose deadline scheduled within 30 days. You need to test the software on 3 differnet browsers , 5 Operating Systems , 6 diff languages. What is the best testing approach or test strategy that you will develop to delivery the software?

    kurtz182

    • Dec 24th, 2009

    The best approach would be to produce a compatibility matrix and label your columns by Browser type, Operating System, and Language.  Then list all of the browsers, operating systems (OS) and lan...

    qkong

    • Feb 9th, 2009

    3 differnet browsers , 5 Operating Systems , 6 diff languages.browser1 + OS1 + Language1browser2 + OS2 + L2browser3 + OS3+ L3browser1 + OS4+ L4browser5 + OS5+ L5browser3 + OS5+ L6

  • What are two primary goals of testing?

    Can any one answer to this question

    Anant Chaudhary

    • Mar 14th, 2013

    There are 2 goals:

    1)To improve the quality of product by finding hidden defects.
    2)By testing ensure that all customer requirements are full fill in the product.

    Radha

    • Jan 17th, 2013

    The two primary goals of testing is 1. To make sure that we have covered all the requirement and functionality which is given by the client and the customer. 2. Most important of the Quality team i...