Search code examples
testingselenium-webdriverweb-applicationsautomationmanual-testing

How to decide which type of testing(Manual or automation) required when we get new web application?


How to decide which type of testing(Manual or automation) required for a project or application to test?

What are the parameters we have to consider to select which type of testing(Manual or automation) to test very new application?


Solution

  • It depends on :-

    1. Size of the project- If the project is large and consist of so many functionalities then automation testing is suggested
    2. How many times you want to test a particular feature- If the requirement is to test regularly then automation test is best
    3. Font size and image- This can not be tested through any automation tool so to test this, one should need to do manual testing
    4. To find bugs- If one needs to find a lot of bugs, Manual testing is suggested.