...
in already loaded suites.
Like the SMS, a ecFlow suite can be used for team work. It is suite design and management skill to decide
...
The following example shows that with ecflowecFlow
- a master definition file may provide the suite structure (multi1.def), with the right setting of inlimits, limits, triggers,
- a developer in charge of adding test task to the suite may update it with a task test2, below an agreed family (/multi/main/00/test),
- another tester may add some other tests as a different suite, triggered from 'multi' suite.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
ecflow_client --load multi1.def ecflow_client --replace /multi/main/00/test/fc_complete/test2 multi2.def ecflow_client --replace /test20121123 multi3.def python TestBench.py multi1.def python TestBench.py multi3.def |
...