Menu

SystemTesting

aisarosenbaum Todd Shoenfelt

System Testing

System Testing with PEST is characterized by remote process invocation and parallelism. (By contrast, Functional Testing is characterized by blocking processes that are sequentially executed)

Example

This says issue the date command on the flintstone host, start the command 'find /' four times in parallel on all linux hosts in the testbed, then issue the date command on the flintstone host again after waiting on all the find commands to complete.

- testid: 123
  host: flintstone
  command: date
- testid: 453 
  hosttype: linux
  command: find /
  count: 4
  bg: 1
- testid: 543
  host: flintstone
  command: date
  wait: [453]

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.