manual testing vs automation testing

Home Forums Software Testing Discussions manual testing vs automation testing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24913
    Jahnvi
    Participant
    @gosaijahnvi

    when do you prefer manual testing over automation testing?

    ASP.Net Software Development

    #24927
    Mustakim
    Participant
    @mustakimshaikh

    Below are some scenarios when Manual Testing is preferred over Automation testing:

    1. When the application under test is very small, you do not need to go for Automation Testing.

    2. When the application is very complicated and has too many modules, Manual Testing is the only solution.

    3. Look & feel and UI alignment related testing always requires Manual Testing.

    Thus, we can say that manual testing cannot be ruled out altogether, although its scope is less as compared to Automation Testing.

    #24940
    Ben
    Participant
    @benwalker

    The manual testing approach is able to handle difficult use case situations better than automated testing. With manual testing, we can get the exact replication of the real user experience on the web and mobile apps. The user doesn’t need to change the entire code, in order to make small quick fixes in the app.

    #24941
    Ben
    Participant
    @benwalker

    Manual testing approach is able to handle difficult use case situations better than automated testing.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.