Hi developers,
I have CATIA state flow diagrams like
ModeA ---- Turn ModeB ON ----> ModeB
ModeB ---- TurnModeB Off -----> ModeA
I want to create a test vector based on such a diagram and the expected outcome should be something like
test_vector.xxx (xxx can be json, yaml, ..., which should be able to be consumed in python scripts for testing purposes)
The content:
initial state: ModeA; trigger event: Turn ModeB ON; destination state: ModeB
initial state: ModeB; trigger event: Turn ModeB Off; destination state: ModeA
I wonder if CATIA/ Magic Cyber Systems Engineer tool has any feature to generate such test vectors directly or indirectly?
Any idea/ suggestion is welcomed.
Thanks in advance.