抽象的な

ANTI-RANDOM TEST GENERATION IN SOFTWARE TESTING

Kulvinder Singh, Seema Rani and Rekha Rani

The main purpose of software testing is found a error and then correct it. Random testing selects test cases randomly but it does not explore the previous information. Anti-random testing in which each test applied its total distance from all previous tests is maximum. Anti-Random testing is a variation of random testing, which is the process of generating random input and sending that input to a system for test. In which use hamming Distance and Cartesian Distance for measure of difference.