Papers/Test harness
two processes
tomato13
2007. 8. 22. 09:39
1. create another process
2. test case execution in a child process
3. if execution exsts, a parent process operates which create another process again.
parent process는 child process가 abnormal exit 상태인지 혹은 normal exit상태인지를 확인한다. 위의 flow는 전자의 경우를 가리키며 후자일 때에는 parent process고 종료된다.