sanity testing vs retesting code example
Example: sanity testing vs retesting
Usually I do sanity test after bug fixes
to check everything works properly and
I don't have a test data
RETESTING
It's a testing type to check whether bug which
founded is fixed or not.
Very similar