Sanitytester
Sanitytester refers to a person or automated system that performs sanity testing on a software build. Sanity testing is a quick set of checks intended to verify that the most essential features work after changes, ensuring the build is stable enough for further testing. The role, whether human or script, focuses on critical workflows and basic functionality rather than exhaustive coverage.
Sanity testing is typically executed after a new build is produced or after a major code change,
Sanity testers can be QA engineers performing manual checks or automated programs that run a predefined safety
Typical sanity test content covers core paths and critical features such as application launch, essential workflows,
Limitations include limited coverage and the potential for missing defects outside the tested area. Best practices