Research Article

A Model Independent S/W Framework for Search-Based Software Testing

Algorithm 1

Pseudocode of random algorithm.
(1)  Test case set
(2)  for each coverage   do
(3)    Test input sequence
(4)    repeat
(5)     Set by random
(6)     
(7)     Execute the executable model with
(8)     Get feedbacks from the executable model
(9)     Analysis with
(10)    If   is useful then
(11)        
(12)    end if
(13)   until satisfy or reach maximum iteration
(14)  
(15) end for