Testing Notes 22
Testing Notes 22
Testing Methodologies:
Whitebox Testing: Performing testing including/considering developer's code
Developers will do whitebox testing
Blackbox Testing: Performing testing without developer's code
Testers will do blackbox testing
Greybox Testing: Mixture of whitebox and blackbox testing
SDET will do greybox testing
Performance Testing
Security Testing
Compatability Testing
Localization Testing
Usability Testing
Load Testing: Performing testing to check how the application is loading with
different number of requests with minimum/neglegible delay.
Stress Testing: Performing testing to check at which point the server is getting
crashed or not able to handle anymore requests.
Smoke testing will be done generally after receiving the release from development
team
(or) when the application is ready for testing
Sanity Testing: Performing testing on the application when moving from one level to
another level.
It is performed on stable build/application
It is indepth testing on specific features
Retesting: Performing testing again and again until the defect is closed
Retesting is done in below scenarios
i. When the defect is fixed by developer
ii. When the developer is rejecting the defect
When retesting is done after the defect fix, there are two possibilities
i. The defect may be fixed
ii. Still we can see the defect. In this case, reassign the defect to developer
Note: Retesting focus is on failed functionalities only.