Online - GraphWalker/graphwalker-project GitHub Wiki
Online testing means that a model-based testing tool connects directly to a System Under Test (SUT) and tests it dynamically. GraphWalker will start either as a WebSocket (default) or a HTTP REST server.
Options:
-
--model,-mThe model, as a graphml file, followed by generator with stop condition. This option can occur multiple times. This options is only valid for
-s RESTFUL, it will not work with-s WEBSOCKET. -
--port,-pSets the port of the service. Default is 8887.
-
--service,-sSelects which kind of service to start. Either WEBSOCKET (default), or RESTFUL. Default is WEBSOCKET. When Websocket is selected, the
-moption is disregarded. -
--start-element,-eSets the starting element in the [first] model. Default is
<empty string> -
--unvisited,-uWill print the remaining unvisited elements in the model. Default is false.
-
--verbose,-oWill print more details. Default is false.
-
--blocked,-bThis option enables or disables the BLOCKED feature. When
-b trueGraphWalker will filter out elements in models with the keyword BLOCKED. When-b falseGraphWalker will not filter out any elements in models with the keyword BLOCKED. Default is true.