Sanity testing

Sanity Testing verifies specific components or bug fixes after changes, ensuring they work as expected without going deeper into the full application.

What is a bug?

A bug is any kind of error, failure or unexpected response that prevents a software or application from functioning as expected.

What is a use case?

A use case is a description of how a person who uses a system or process will accomplish a goal.Use cases help identify test cases to cover a system.

What is a test plan?

A test plan is a blueprint for running tests to ensure that software is working as expected.The detailed documentation should include the testing scope, strategy, objectives, schedules, estimations, resources required,…