In formal software specification, a ‘Safety Property’ mathematically states that:
ABad things will never happen during system execution
BSomething good will eventually happen
CExecution speed is linear
DAll test cases pass
Explanation
Safety properties guarantee that unwanted or unsafe states (e.g. system deadlock, illegal memory access) will never occur.

No Comments