1 / 4

Reading Assignment 2 Enumerative software model checking

Reading Assignment 2 Enumerative software model checking. Enumerative vs. Symbolic. Enumerative search is simple to implement a mechanism to execute a transition on a state a mechanism to backtrack the state in order to try a different transition akin to systematic testing

sandra_john
Download Presentation

Reading Assignment 2 Enumerative software model checking

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Reading Assignment 2Enumerativesoftware model checking

  2. Enumerative vs. Symbolic • Enumerative search is simple to implement • a mechanism to execute a transition on a state • a mechanism to backtrack the state in order to try a different transition • akin to systematic testing • Symbolic search is usually complicated • symbolic representation for transitions • symbolic representation for states • symbolic computation of pre, post, boolean operations

  3. Model vs. Code • Models • small and more amenable to analysis • but gap between model and code may lead to false errors or missed errors • abstraction gives good coverage and might reveal interesting behaviors • Code • large and complicated • usually no false errors • very difficult to achieve coverage

  4. The environment problem

More Related