Answered Questions

  • what is the process of bug cycle?

    Siva Anand

    • Apr 25th, 2011

    Bug Life Cycle1.Open2.Assigned3.Acknowledged (If Issue reproduced by developer)4.Feedback(If Issue not reproduced by developer)5.Resolved (If Developer fixed the bug)6.Retesting 7.Closed (If Issue fixed)8.Reopen (If Issue exist)

    jyoti_02

    • May 29th, 2008

    Bug life cycle is the cycle through which a defect goes starts when bugs found and ends when bugs is closed after ensuring its not reproduced.Phases of Bug life cycle:-1) New: When bugs found2) Open: ...

  • What is tracebility matrix?

    sri

    • Nov 21st, 2012

    It is document that describes the mapping or tracing of the requirements with test cases and some time with the test data to check the test coverage and also to cross verify that we are not missing any of the test cases for that particular requirement.

    Abraham Samuel

    • Nov 19th, 2012

    It is the document that maps User requirement with the test cases to check whether the functionality coverage is achieved or not.