



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
ntegration testing: Ensuring that software components or functions operate together. Unit testing: Validating that each software unit performs as expected. A unit is the smallest testable component of an application. Functional testing: Checking functions by emulating business scenarios, based on functional requirements. Black-box testing is a common way to verify functions. Performance testing: Testing how the software performs under different workloads. Load testing, for example, is used to evaluate performance under real-life load conditions. Regression testing: Checking whether new features break or degrade functionality. 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. Stress testing: Testing how much strain the system can take before it fails. Considered to be a type of non-functional testing. Usability testing: Validating how well a customer can use a system or web application to complete a
Typology: Quizzes
1 / 5
This page cannot be seen from the preview
Don't miss anything!




A test plan for Spotify API testing might include the following:
Ensure that the timer function works correctly and consistently.