Agile Methods
Contributi 1-2 su 2
-
Anastasia Ilchenko Moderatore gruppoIl nome della società è visibile solo per gli iscritti registrati.Who is a Good Tester?
There is a program that calculates the square root of the number.
What will do a very bad tester?
- He does not even start the program. He says that it works.
http://qatestlab.com/pressroom/qa-testing-materials/who-is-a...
- 24/05/2011, 16:42
-
Andreas Schliep Utente Premium Moderatore gruppoIl nome della società è visibile solo per gli iscritti registrati.Re: Who is a Good Tester?
And an agile tester...
(continuing your list)
- joins the development team
- works on acceptance criteria
- co-writes automated acceptance tests
- Will write detailed test cases
- pairs up with a developer to support good unit tests
- ensures that unit and acceptance tests are run after each build
- explains to developers why they need to write unit tests to check the program’s response on the whole, the fractional number to zero for long numbers, the negative numbers on a very small number
- discusses the rounding of the result with the Customer/Product Owner to determine which rounding is needed for the application
- pair up with developers to author unit and acceptance tests that check the program’s response to invalid data (letters, special characters, etc.)
- checks that the acceptance and unit tests pass before acceptance by the Customer/Product Owner
- uses automated UI testing where applicable to detect gaps between calculation logic and view layer
- sets up a test suite in different operation systems
- becomes a fully accepted, respected and highly valued team member
- and the team will release a truly high quality product
- 07/06/2011, 21:27
