Research Article

Automated Test Case Prioritization with Reactive GRASP

Algorithm 3

Reactive GRASP for Test Case Prioritization, Construction Phase.
solution
initialize the candidate set with random
      test cases from the pool of test cases;
evaluate the coverage for all
while do
  
  
  
            
   test case from the at random;
  solution solution
    update
    reevaluate for all
end;
update_ Set(solution);
return solution;