Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Testing - Coggle Diagram
Software Testing
White-box Testing
Condition testing
Testing based on the memory persprective
Loop testing
Test performance of the program
Path testing
Data Flow Testing
variable flow the data
control flow of program
flow of data in the program
explore the sequence of variables according to the sequence of events.
Characteristics of Software Testing
No redundancy
Choose the most appropriate test
High probability of detecting errors
Mutation Testing:
value mutations
Decision mutations
Statement mutations
Testing
Non-Functionality Testing
Security testing
Reliability testing
Compatibility testing
Usability testing
Functionality Testing
Smoke Testing
Acceptance Testing (UAT)
System testing
end-to-end of an application
against requierments
fully integrated software system
software must be interfaced with
whole system
Regression Testing
Integration Testing
Sanity Testing
Unit Testing