Guru 99 defect logging

broken image
broken image

Usability testing: Validating how well a customer can use a system or web application to complete a task.Considered to be a type of non-functional testing. Stress testing: Testing how much strain the system can take before it fails.Sanity testing can be used to verify menus, functions and commands at the surface level, when there is no time for a full regression test. Regression testing: Checking whether new features break or degrade functionality.Load testing, for example, is used to evaluate performance under real-life load conditions. Performance testing: Testing how the software performs under different workloads.Black-box testing is a common way to verify functions.

broken image

Functional testing: Checking functions by emulating business scenarios, based on functional requirements.A unit is the smallest testable component of an application. Unit testing: Validating that each software unit performs as expected.Integration testing: Ensuring that software components or functions operate together.Acceptance testing: Verifying whether the whole system works as intended.There are many different types of software tests, each with specific objectives and strategies:

broken image