What do you understand by Agile testing?

devquora
devquora

Posted On: May 28, 2024

 

AGILE methodology is a practice followed by QA and is known to promote continuous iteration of development. This testing takes place in the dynamic environment as the requirements keep changing according to the needs of the customer. This testing takes place throughout the development of the software lifecycle of a particular project. Unlike the Waterfall model the testing and development activities are concurrent. The Agile testing is done to the developmental activity in a parallel order and the team testing it receives small codes frequently from the development team.

The agile testing is based on four core values:

  1. Giving more importance to the team and individual interactions more than tools and processes
  2. Giving more importance to working software more than comprehensive documentation
  3. Customer collaboration is above contract negotiation
  4. Responding to change above following a plan

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    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...

    Agile Testing Interview Questions

    What is Release burndown chart?

    A release burn down chart is a graph illustrating pending releases and planned progress. It visually depicts remaining tasks and compares them to the initial plan for the release, offering insight int..