Consequences of using pipelines without automated testing
Question:
Which of the following is the likely result of an automated pipeline WITHOUT automated test cases?
- Coding faster, with confidence
- Experiencing failures less often
- Overcoming vulnerabilities
- Bugs pushed to production faster
Answer:
D - is the correct answer. Automation WITHOUT automated testing will only cause more errors to move through the pipeline