100
Destructive test or Negative test
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). This is what is called a ___________ test.