Agile and Testing Flashcards
1
Q
Give a brief introduction to agile
A
- Agile is an umbrella term for a number of software development methods such as eXtreme Programming (XP) and scrum.
- The focus is to involve the customer and du incremental development which often means deliver value to the customer throughout the project and not just everything at once in the end. Feedback and collaboration with users and the customer is in the focus.
- The deliveries are done in cycles called iterations or sprints.
- The requirements don’t have to be fully formed and will be evolved through the collaborative effort of self-organizing teams and the end-users and customers.
- Another key point is an adaptability to changes and continual improvement.
2
Q
What is the agile manifesto and what are the values compared to traditional software development methods?
A
- Individuals + interactions OVER processes + tools.
- Working software OVER comprehensive documentation.
- Customer collaboration over contract negotiation.
- Responding to change OVER following a plan.
3
Q
What is Agile Testing? and what does each iteration look like in regards to testing?
A
Each spring consists of: - Test analysis and design - Test implementation and execution - Evaluating exit criteria and reporting Define when the tasks for the sprint are done. - Use of the automatic testing tools. - Regression tests have been defined. - "Agile testing" is not just testing on an agile project.
4
Q
What are the ten principles for agile testers?
A
- Provide continuous feedback
- Deliver value to the customer
- Enable face-to-face communication
- Have courage
- Keep it simple
- Practice continuous improvement
- Respond to change
- Self-organize
- Focus on people
- Enjoy
5
Q
Some things that a Professional Agile Tester should do:
A
- Embrace change
- Collaborate well with business and technical people.
- Understands the concept of using tests to document requirements and drive development
- Willingness to take on any task or role
- Focus on the customer
- A constant view of the big picture