DEV Community

Madhuri Rajaram Thete
Madhuri Rajaram Thete

Posted on

Manual Testing Task

  1. Manual Testing is the process of manually testing software for defects. The Main Purpose of Manual testing is to detect bugs and feature issues before a software application being deployed to end users.
  • Benefits:

    1.Earlier identifies and fixed defects.
    2.Easily Maintain and update the software.
    3.It reduces cost by finding and fixes defects earlier.
    4.Humans involvement is more then automated tool.

  • Drawbacks:
    1.It is time-consuming process.
    2.Inaccurate data can slow down feedback performance.
    3.It does not cover all testing aspects.
    4.High chances of human error.
    5.It required more time to execute.
    6.It required more resources to execute.

  • Example:

Image description

  • Login testcases for Online Shopping:

1.Test valid username and password.
2.Test forget password and reset password functionality.
3.Validate if user is registered or not, provide an option to
create an account.
4.Show login screen by default for registered user.
5.Test that all fields are mandatory.

Top comments (0)