Extreme case testing question #36
-
Suppose we have 2 players in a P . G . P field. Both fire at the exact same time. What would be the expected outcome? Or do we not need to worry about this situation in hidden cases |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Another question I have is- Will that affect hidden testing? Since my program will pause if alert box is not clicked ok/cancel. |
Beta Was this translation helpful? Give feedback.
-
You are right. There can only be two results: This is part of the requirement of serialization. You should consider it. |
Beta Was this translation helpful? Give feedback.
You are right. There can only be two results:
. . . PP
orPP . . .
..PP..
or..PP.
is invalid.This is part of the requirement of serialization. You should consider it.