process.Command
This publisher will launch a process via the call action and supports zero or more arguments.
<StateModel name="State" initialState="Init">
<State name="Init">
<Action type="call" method="notepad.exe" />
<State/>
</StateModel>
<Test name="TheTest">
<StateModel ref="State" />
<Publisher class="process.Command" />
</Test>
Supported Actions:
Peach Fuzzing Platform