100
An example would be , If your test script changes the state of the test data (E.g. terminating an employee), it may render that specific piece of test data un-fit for use in re-executing the same test script (you cannot terminate an employee that has already been terminated, unless you re-hire them first).
Can you give an example for destructive tests?