Functional and non-functional testing are the two types of software testing. There are various types of functional testing, that are as below:
- Unit Testing
- Integration Testing
- System Testing
- Regression Testing
- Smoke Testing
- Sanity Testing
- Acceptance Testing
- User Acceptance Testing
Brief Description of Functional Testing Types
Unit Testing
Unit testing ensures that every piece of code written in a segment produces the best results. Developers just look at the interface and the determination for a part during unit testing. It provides documentation of code progression because each unit of code is thoroughly tested before moving on to the next.
from DZone.com Feed https://ift.tt/fp6JvYX
No comments:
Post a Comment