Git Product home page Git Product logo

bananas's People

Contributors

akiellor avatar

Watchers

 avatar  avatar  avatar  avatar

bananas's Issues

Traversal which biases paths based on 'how different' is the destination state

Traversal that may work well for infinite state machines. Biases towards transitions that create the biggest variation to the set of visited states.

  • hash states from leaves to root, keeping track of all hashes
  • keep a set of all these hashes for a given test suite
  • select transitions based on which transition will add the most unique hashes to the visited set (maybe prefer hashes closest to the root, as they are in theory more impactful?)

Higher abstractions for defining requirements

The current implementation of requirements is either:

  • an explicit value {requires: {foo: 1}}
  • or a predicate {requires: function(model) { return false; }}

We should have some higher abstractions for common predicates:
i.e. {requires: property('foo')}

Create an algorithm which is based on dependent relationships

At the moment we generate extra scenarios:
Consider transitions A, B, C:
C requires A

The current algorithm produces two scenarios:
ABC
BAC

We should maybe only have one:
BAC

We could describe the current algorithm as modeling all permutations satisfying the constraints, which we thought could be useful. In practice, this creates huge numbers of scenarios in even very simple cases.

Find a good name

rove and jaunt suggest a degree of aimlessness. What about the game Hopscotch?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.