From b3da879dbefc7b311d283b1db66838870a898c80 Mon Sep 17 00:00:00 2001 From: Kristian Karl Date: Tue, 6 Sep 2011 16:07:34 +0200 Subject: [PATCH] FIX: Updated some text --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2868d0fe..d585df67 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ The way to tell GraphWalker to stop generating test sequences are done by means ### Online ### -GraphWalker supports online test sequence generation. Using the online mode, the tool is capable of testing non-deterministic systems. In essence, this means that the path walked through the model is decided runtime, during the actual test execution. This is very helpful if your test execution tool needs to communicate with the model during the test. +GraphWalker is a Model-Based Testing tool. It parses models [finite-state machines] which are designed +using the yEd, http://www.yworks.com/en/products_yed_about.html, and generates test sequences. +It supports online test sequence generation. Using the online mode, the tool is capable of testing non-deterministic systems. In essence, this means that the path walked through the model is decided runtime, during the actual test execution. This is very helpful if your test execution tool needs to communicate with the model during the test. ### Event-driven ###