Please enable JavaScript.
Coggle requires JavaScript to display documents.
:sparkles: TESTING
TOOLS (:black_flag: Example
of Test tools (:black…
:sparkles: TESTING
TOOLS
-
-
-
-
-
-
-
Software Simulator
MODEL DRIVEN :arrow_right:
simulate the behaviors of a program
process based on a specific model,
such as a finite state machine
DATA DRIVEN :arrow_right:
simulate the behaviors of a functional
program based on the given inputs and
return the pre-defined outputs
MESSAGE DRIVEN :arrow_right:
simulate the behaviors of a communication
process to generate the protocol-oriented
outgoing messages, based on the pre-defined
incoming messages
-