graphwalker

GraphWalker is a tool for generating offline and online test sequences from Finite State Machines and Extended Finite State Machines.

License

License

GroupId

GroupId

org.graphwalker
ArtifactId

ArtifactId

graphwalker
Last Version

Last Version

2.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

graphwalker
GraphWalker is a tool for generating offline and online test sequences from Finite State Machines and Extended Finite State Machines.
Project URL

Project URL

http://graphwalker.org
Source Code Management

Source Code Management

https://github.com/KristianKarl/GraphWalker

Download graphwalker

How to add to project

<!-- https://jarcasting.com/artifacts/org.graphwalker/graphwalker/ -->
<dependency>
    <groupId>org.graphwalker</groupId>
    <artifactId>graphwalker</artifactId>
    <version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker/
implementation 'org.graphwalker:graphwalker:2.6.2'
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker/
implementation ("org.graphwalker:graphwalker:2.6.2")
'org.graphwalker:graphwalker:jar:2.6.2'
<dependency org="org.graphwalker" name="graphwalker" rev="2.6.2">
  <artifact name="graphwalker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphwalker', module='graphwalker', version='2.6.2')
)
libraryDependencies += "org.graphwalker" % "graphwalker" % "2.6.2"
[org.graphwalker/graphwalker "2.6.2"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

GraphWalker

Build Status

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. The tool generates offline and more importanly, online test sequences from Finite State Machines and Extended Finite State Machines. See also: http://graphwalker.org

The main features of GraphWalker are:

No UML

GraphWalker's own ruleset in conjunction with GraphML, is easier to get started with than UML. As testers, we do not need all functionality that UML has to offer.

###No exit/stop points ###

The idea behind this, is that we want long, unpredictable test sequences. We do not want to walk the same path every time we execute a test. We want variation, spiced with randomness. This will create a better 'test coverage' of the system under test. The way to tell GraphWalker to stop generating test sequences are done by means of Stop Criterias, passed as arguments to the tool.

Online

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

GraphWalker supports the possibility to switch model caused by an event. For example, let's say we have a model that executes the navigation of the GUI of a mobile phone. At any point in that execution, an incoming call will be such an event that will switch from navigating the GUI, to a model that handles the call.

Reporting Issues

https://github.com/KristianKarl/GraphWalker/issues

Build

mvn package

A standalone jar file will be created in the target folder.

Test

mvn test

Examples and Help

http://graphwalker.org/documentation/

License

http://graphwalker.org/license/

Versions

Version
2.6.2
2.6.1
2.5.17
2.5.16
2.5.13
2.5.0