Practice free →
HomeSoftware TestingSoftware Testingadvanced_security_performance › Continuous Testing in DevOps means

Continuous Testing in DevOps means

ATesters continuously type new test scripts
BTests only run once on the release night
CTests are never written down or reviewed
DTests run automatically across the pipeline
Answer & Solution
Correct answer: D. Tests run automatically across the pipeline
Continuous testing runs automated tests at every pipeline stage (commit, merge, deploy, release) so fast feedback is available continuously. Includes unit, integration, performance, security, and acceptance tests at scale.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions