• Media type: E-Article
  • Title: Korat : automated testing based on Java predicates : automated testing based on Java predicates
  • Contributor: Boyapati, Chandrasekhar; Khurshid, Sarfraz; Marinov, Darko
  • Published: Association for Computing Machinery (ACM), 2002
  • Published in: ACM SIGSOFT Software Engineering Notes, 27 (2002) 4, Seite 123-133
  • Language: English
  • DOI: 10.1145/566171.566191
  • ISSN: 0163-5948
  • Keywords: General Medicine
  • Origination:
  • Footnote:
  • Description: <jats:p>This paper presents Korat, a novel framework for automated testing of Java programs. Given a formal specification for a method, Korat uses the method precondition to automatically generate all (nonisomorphic) test cases up to a given small size. Korat then executes the method on each test case, and uses the method postcondition as a test oracle to check the correctness of each output.To generate test cases for a method, Korat constructs a Java predicate (i.e., a method that returns a boolean) from the method's pre-condition. The heart of Korat is a technique for automatic test case generation: given a predicate and a bound on the size of its inputs, Korat generates all (nonisomorphic) inputs for which the predicate returns true. Korat exhaustively explores the bounded input space of the predicate but does so efficiently by monitoring the predicate's executions and pruning large portions of the search space.This paper illustrates the use of Korat for testing several data structures, including some from the Java Collections Framework. The experimental results show that it is feasible to generate test cases from Java predicates, even when the search space for inputs is very large. This paper also compares Korat with a testing framework based on declarative specifications. Contrary to our initial expectation, the experiments show that Korat generates test cases much faster than the declarative framework.</jats:p>