Functional Testing with PEST is characterized by local process invocation and serial execution. (By contrast, System Testing is characterized by non-blocking processes that are executed remotely in parallel)
This says start the command run the script tes123.pl, then run test124.pl. This follows the PEST best practices for functional testing.
- testid: 123
command: $PESTTESTROOT/test123.pl -t $PESTTESTBED
- testid: 124
command: $PESTTESTROOT/test124.pl -t $PESTTESTBED