Submitted Questions

  • What is mutation Testing ? please give an example of mutation testing.

    chandu goud

    • Jul 18th, 2006

    Validating the test cases by intentional ingestion of invalid parameters or inputs, to the program or application ,so that execution of test cases should detect them.   

    g3

    • Jun 29th, 2006

    A method for determing if a set of test data or test cases is useful, by delibratley introducing various code changes ('bugs') and restesting with the original test data / cases to determine  if the bugs are detected.