|
Test Case Prioritization Algorithm Based Upon Modified Code Coverage in Regression TestingAbstract: Test case prioritization involves scheduling test cases so that performance of regression testing can beimproved. To re execute all test cases after every modification in the code is an inefficient process. Atechnique is to execute the modified lines of code with minimum number of test cases. The proposed testcase prioritization technique organizes the test case in a test suite in an ordering such that fewer lines ofcode need to be re executed thus faster code coverage is attained which would lead to early detection offaults.
|