What is Software Testing?
Evalution of function of a software application/build to find any bug/error
Checking whether software is having all the necessary/ specified requirements given by clients/customers
Identify defects and reporting them to develop a quality application software
Finding the gaps or missing requirements against actual requirements
**_Things to know about Software Testing:
Lifecycle:_**
Requirement Analysis
|
Test Planning
|
Test case development
|
Test Environment setup
|
Test Execution
|
Test cycle closure
Testing Types
1) Manual Testing
2) Automated Testing
Relevance of Software Testing
Top comments (0)