Menu

FunctionalTesting

aisarosenbaum

Functional Testing

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)

Example

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

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.