Agile Methods

Agile Methods

Contributi 1-2 su 2
  • Anastasia Ilchenko
    Anastasia Ilchenko    Moderatore gruppo
    Il 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...
  • Andreas Schliep
    Andreas Schliep    Utente Premium   Moderatore gruppo
    Il 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