DEV Community

muthukumarasamy thangavel
muthukumarasamy thangavel

Posted on

Software Testing

Today we are discuss testing topic how to behave testing team was discussed.
Testing:
The Process of software the evaluating software application to verify that works as expected and meets specified requirements. its helps identify the defects, errors and missing functionalities before the software delivered the users.

Manual Testing:
Human eye captures more defects.
everything cannot be automated like captcha, image, animation, video ..,

There are the two types of the software testing

1.Functional testing

  1. Non-Functional testing

Functional Testing:
Manual testing (Testing the functionalities manually)
Automation testing (Testing the functionalities by automation by using the the tools/scripts)
Web services Testing (validating request and response) - its called by API Testing
Non-Functional Testing:
Checking the non-functional aspects of the application

ISTQB--> International Software Testing Qualifications Board

Today write the small test scenario:

.

Top comments (0)