Back to Entries

Mapping data flow in test specs

Date: 2014-10-22
Tags: graphviz

Initial idea: use Graphviz to map every flow exercised in a /spec/requests suite

What would it take to do this?

  • a list of known flows
    • those flows encoded as URL's or click paths
  • the flows exercised
  • the code analyzed for conditional paths