Manual Interview
Manual Interview
It identifies any issues & defects with the written code so they can be fixed before
the software product is delivered. Improves product quality. The goal of software
testing is to find errors, gaps, or missing requirements in comparison to the actual
requirements.
Unit Testing is the process of checking small pieces of code to deliver information
early & often.
Functional testing ensures that the functions and features of the application work
properly. Non-functional testing examines other aspects of how well the
application works.
1. Compatibility Testing
2. Configuration Testing
3. Recovery Testing
4. Installation Testing
5. Intersystem Testing
6. Sanitation Testing
7. Parallel Testing
8. Globalization Testing
A test scenario is a set of manual or automated test cases that helps determine
the positive and negative project characteristics. It provides an overview of what
needs to be tested by a QA company. The main purpose of a test scenario is to
check the entire system performance from the end-user point of view
Test case: It is a set of actions to verify the specific features of the products.
Difference Between Verification & Validation.
VERIFICATION VALIDATION
Negative testing ensures that our application can gracefully handle invalid input
or unexpected user behaviour.