ryanwold.net

A civic-minded citizen seeking the singularity

An entry

Mapping data flow in test specs

Date: 2014-10-22
Status: idea
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