Agile Testing is the topic which was presented at Scrum Breakfast in Da Nang on July 2014 and gained many positive feedbacks from participants. That is the reason why we decide to bring this topic to Scrum Breakfast in HCMC this month.
The trend of Agile Software Development recently has raised the questions about testing activity. The Agile and principles always mention about teamwork, shorten the feedback time, inspect and adapt but how about testing, how about the role of the tester?
Actually testing never become less importance even in an Agile Project. The only different is that Testing now is actually an activity, and not a phase. Thats why it is not visible in Agile project.
The Scrum Breakfast Event this time will bring Agile Testing in to the table, helps us understand more about the new mindset of Testing activity and how we could maximize the benefit of testing base on Agile thinking.
Topic : AGILE TESTING
Speaker: Mr. Do The Anh Scrum Master at Axon Active Vietnam
If you are interested in this topic, please be invited to join our event.
7. JENGA Block Game
Form a team, select 1 tester
Build a castle with at least 3 levels
Use all the blocks
8. Build a castle Sprint 1
5 minutes Sprint
1. As fast as possible, build whole structure and use all blocks
2. Tester does not involve in the development phase
3. Tester comes to my desk to point out block problems - bugs
4. The team removes the block problems and make sure the
whole structure is still follow the requirements
10. Build a castle Sprint 2
5 minutes Sprint
1. As fast as possible, build whole structure and use all blocks
2. Tester is allowed to work with developers. After every 12
blocks, tester come to my desk to point out the block
problems (bugs)
3. Team remove the block problems, finish the current 12
blocks and continue with the next 12 ones
12. Build a castle Sprint 3
5 minutes Sprint
1. Tester come to my desk and get the block problems (bugs)
2. Tester is allowed to work with the developers
3. As fast as possible, build whole structure and use all blocks
36. Making-up Game
Make the faces from:
two circle eyes
a triangular nose
triangular mouth
Try to make it as much
as possible, then bring it
up to be accepted
Only use the provided
materials for each sprint
37. Making-up the faces Sprint 1
5 minutes - Sprint 1
Make the faces as much as possible
Only using the provided materials
such as pens and the rulers
Make the face from:
2 inches circle eyes
0.5 inch gap between eyes
1.5 inch high triangular nose
4.5 inch wide triangular mouth
Extra paper is not allowed
39. Making-up the face Sprint 2
5 minutes - Sprint 2
Make the faces as much as possible
Using provided materials such as
papers, pens and rulers
Make the face from:
2 inches circle eyes
0.5 inch gap between eyes
1.5 inch high triangular nose
4.5 inch wide triangular mouth
Extra paper is allowed
42. Why do we automate?
Running fast
Saving Time
Making less
mistake
Increase
Test Coverage
Simulating
Endurance Env.
Reliability
44. Add a Developer
Test
Run the Developer
Test
Implement/Fix
Run the Developer
Test
Add an Acceptance Test
Run the Acceptance
Tests
Implement/Fix
Run the Acceptance
Tests
Developer TDDAcceptance TDD
FAIL
FAIL
PASS Functionality Completed
FAIL
FAIL
PASS
Development Stops