Answered Questions

  • Reduce Test Time

    If you were running out of testing time on a project, what activities would you perform to reduce test time?

    ashishks

    • Aug 26th, 2009

    To reduce test time please follow the following points:1. Understand scope of testing first.2. Create effective test cases using s/w testing techniques.3. Prioritize test cases.4. Go for automation using any automation tool.

  • Testing Cycle and Testing Process

    Explain what is testing cycle and testing process and what are stages involved in each?

  • Static Testing and Dynamic testing

    What is meant by Static Testing and Dynamic testing?, i want to know more information about this. If any body knows Ans for this Question Plz send me as early as possible.?

    Dillip Palai

    • May 1st, 2012

    STATIC TESTING: This type of testing is done during Verification process. It does not need computer, testing of a program is done without executing the program. ex:Reviewing, walk through.. DYNAMI...

    Mohan R.C

    • Jan 10th, 2012

    Static testing: It is one of the type of testing, it is used to find the faults before execution, it save money, time etc..

    Dynamic testing: After the static testing it take place, it is used to found failure or causes of bugs.

  • What is the most important thing in a test case?

    mithr17

    • Nov 2nd, 2011

    Test condition; simple!

    Test condition can be a feature, piece of functionality, or anything that you intend to verify. In simple terms the goal of a test case.
    Let's suppose you wrote a test case for yahoo mail authentication. In this case, test condition is the login functionality.

    zmj

    • Jul 16th, 2011

    Test Case Id Number is the most Imp,Without which you cannot identify its Requirements and its traceability

  • Could you test a program 100%? 90%? Why?

    Definitely not! The major problem with testing that you cannot calculate how many error are in the code, functioning etc. There are many factors involved such as experience of programmer, complexity of the system etc.