What are the principles of agile testing?

devquora
devquora

Posted On: May 28, 2024

 

Some key principles that differentiate agile testing from others are:

  •  The focus is on satisfied customers.
  •  The code is clean and bug-free.
  •  Changes suggested by the customers are always welcomed.
  •  The work is done collectively by developers and whole team business persons.
  •  The focus is on essence as opposed to lengthy documentation.
  •  Face-to-face conversations are emphasized upon.
  •  Sustainable development is promoted.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Agile Testing Interview Questions

     What do you understand by Agile testing?

    Agile methodology, used by QA, promotes continuous development iteration in a dynamic environment with changing customer needs. Testing and development are concurrent, with parallel activities through..

    Agile Testing Interview Questions

      What do you understand by the term sprint backlog and product backlog?

    The sprint backlog is a subset of the product backlog, containing requirements and features specific to a sprint. The product backlog, maintained by the project owner, includes all product requirement..

    Agile Testing Interview Questions

     What is the main difference between the traditional Waterfall model and Agile testing?

    In Waterfall, testing occurs after development. Agile, however, integrates testing alongside development, ensuring both progress together...