Search code examples
testingintegration-testingmanual-testing

If the client keeps on changing the requirements every now and then, then what testing method should be followed?


I always perform regression testing as soon as the changes come up. The case is the client comes up with changes or additional requirement every now and then and that makes the case more messy. I test something and then the whole things get changed. Again I have to test the changed module and perform integration testing with other modules that is linked with it.

How to deal with such cases?


Solution

  • 1) 1st ask complete Clint requirement and note every small point in doc.

    2) Understand that total functionality.

    3) Use your default testing method.

    4) Your not mention which type your testing.( app or portal )

    5) As well as possible which is comfortable and feel easy you continue that testing.

    6) You want automation testing.please use this (App-appium or Web-selenium)

    I hope this is helpful for you.