Why does DevOps recommend "shift-left" testing principles?It decreases end-to-end production costs.It ensures the reduction of overall development time.It reduces costly re-work during later delivery stages.It makes collaboration with the client teams easier.I don't know this yet.
Answers
Answered by
5
Answer:
It reduces costly re-work during later delivery stages.
Explanation:
Answered by
1
It ensures the reduction of overall development time.
- DevOps recommend “shift-left” testing principles because It ensures the reduction of overall development time.
- Shifting left generally requires two key DevOps practices:
- continuous testing
- continuous deployment.
- When we combine shift-left with two core DevOps practices, then shift-left tends to succeed.
- It makes shift-left in a DevOps environment a must because of the following factors:
- Teams find and report bugs faster.
- Features are released sooner.
- Software is better quality because it’s considered early.
- Development overall is more efficient and also takes less time.
- Though, we cannot get the test coverage we need when shifting testing to the left without test automation.
#SPJ2
Similar questions