Sariali
14 years agoContributor
synchronization between tc and application
hello!
tc fires a lot of commands to my test-application:
do command x1, do command x2, do command x3... get result
then: verify result.
but in some case the test-application needs time to handle the command.
therefore it is necessary to wait for test-application completation command x1
before sending command x2.
the way for waiting is to use "delay" in tc,
but this is not really a good style.
the solution cries for the design pattern "shake-hand-protokoll".
how do you handle this problem?