When requirements change frequently how do you deal with such requirements?

devquora
devquora

Posted On: May 28, 2024

 

This question basically tests the analytical capability of the candidate. The answer can be given as:

You need to work with PO and to update the test cases one needs to understand the exact requirement. The agile tester must also understand the risk involved in changing the requirement every time. Keeping all this aside the agile tester must also be able to write the test cases and generic test plan. One must not go for the automation until and unless the requirements are finalized.

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