Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
The Agile Manifesto seems to go against the traditional role of Quality Assurance (QA). The Agile Manifesto (from http://agilemanifesto.org/) states
We are uncovering better ways of developing software by doing it and helping others to do it. Through this work we have come to value
That is, while there is value in the items on the right, we value the items on the left more.
However with traditional QA
So we have to ask, is there a role for QA in an Agile environment? The answer is yes, however the role is somewhat different. In an Agile environment, QA engineers should be involved from the start of a sprint. They can
All of these things are important for the quality of the product. By having QA involved from the start of a sprint there is no need to have neither a defined QA phase nor a formal QA process . By having QA work with the developers early on, there isn't a need for formal specifications (although some documentation is still useful). Of course QA engineers will still execute tests to verify implementation of a story as well as regression and performance testing.
So there is definitely a need for Quality Assurance in an Agile environment, it's just that the role is different than what it is in a traditional environment.
As a QA Engineer, when you first switched to Agile, what did you think? How has your role changed after transitioning to an Agile environment?