All attendee flow check for DM for Normalization
1. Functional Testing
Checks whether the software works as expected.
2. Non-Functional Testing
Checks performance, speed, security, and usability.
-
Performance Testing
-
Load Testing
-
Stress Testing
-
Volume Testing
-
Spike Testing
-
Security Testing
-
Usability Testing
-
Compatibility Testing
-
Reliability Testing
-
Scalability Testing
-
Accessibility Testing
3. Maintenance Testing
After changes or bug fixes:
-
Re-testing
-
Regression Testing
4. White Box Testing
Internal code-level testing.
-
Statement Coverage
-
Branch Coverage
-
Path Coverage
5. Black Box Testing
Testing without looking at code.
-
Equivalence Partitioning
-
Boundary Value Analysis
-
Decision Table Testing
-
State Transition Testing
6. Grey Box Testing
Combination of white & black box techniques.
7. Agile Testing
Continuous testing in agile development.
8. Exploratory Testing
Testing without scripts—tester explores the application.
9. Ad-hoc Testing
Very informal, no test cases.