_______________ is a technique used in Agile and DevOps to detect defects early in the development process.
- Black Box Testing
- Exploratory Testing
- Regression Testing
- Shift-Left Testing
Shift-Left Testing is a technique that involves moving testing activities earlier in the software development lifecycle. It aims to detect defects early, reducing the cost and time associated with fixing issues. By integrating testing into the early stages, teams can identify and address potential problems before they escalate, supporting Agile and DevOps principles.
Loading...
Related Quiz
- What is the primary purpose of Katalon Studio?
- Scenario: A software testing team is conducting regression testing on a web application after implementing several bug fixes. During test monitoring, they notice that the number of defects reported in the latest release has increased compared to previous releases. What could be the potential reasons for this, and how should the team proceed?
- Which of the following metrics is commonly used to assess the effectiveness of test monitoring and control activities?
- AI-powered tools can autonomously adapt test coverage based on _______________ changes in the application.
- _______________ is a popular tool used for orchestrating CI/CD pipelines and automating software delivery.