digraph G { rankdir=LR; ranksep=0.25; ratio=compress; size="8.5,8.5"; node[fontsize=24.0, fontname="Helvetica"] AUT_ -> GR_ GR_ -> SF_ SF_ -> TCG_ SF_ -> R_ TCG_ -> TC_ AUT_ -> R_ R_ -> ASI_ ASI_ -> V_ V_ -> Re_ TC_ -> R_ AUT_ [shape=box, label="Application\nUnder Test", URL="#application"] GR_ [label="GUI Ripper" URL="#gui-ripper"] SF_ [shape=box, label="Supporting\nFiles", URL="#supporting-files"] TCG_ [label="Test-Case\nGenerator" URL="#test-case-generator"] TC_ [shape=box, label="Test Cases", URL="#test-cases"] ASI_ [shape=box, label="Actual-State\nInformation" URL="#actual-state-information"] R_ [label="Replayer" URL="#replayer"] V_ [label="Verifier" URL="#verifier"] Re_ [shape=box, label="Report" URL="#report"] }