Please enable JavaScript.
Coggle requires JavaScript to display documents.
Test Types ISTQB (Non-functional testing (maintability testing - to…
Test Types ISTQB
Non-functional testing
maintability testing - to evaluate the software or system's ability to get modified without any issues
stress testing (testy przeciążające) -
evaluate a system at or beyond the limits of specified workloads
reliability testing (testy niezawodności) - testing software's ability to function, given envionmental conditions, for a particular amount of time
load testing (testy obciążeniowe) - measuring the behaviour or system with increasing load, eg. number of parallel users
portability testing (testy przenaszalności) - determine the degree of ease / difficulty to which a software can be effectively transferred to different environment
performance testing (testy wydajnościowe) - determine how a system performs in terms or responsiveness and stability under a particular workload
endurance testing (testy wytrzymałości) - to discover how the system behaves under sustained use - big load, long time; used to check memory leaks
resilience testing (testy odporności) - ability to absorb the impact of a problem and continue to provide acceptable service level
-
-
Functional testing
smoke testing (testy dymne) - initial testing to reveal simple failures severe enough to eg. reject release; cover the most important functionality
-
interoperability testing (testy współdziałania) - to check whether software can inter-operate with other sw component or systems
-
- Unit 2. Integration, 3. System 4. Acceptance
regression testing (testy regresywne) - testing after modifications to ensure that new defects do not appear
-
-
-
usability testing (testy użyteczności) - determine the extent to which the software product is understood, easy to learn and operate
-
security testing (testy bezpieczeństwa) - determine if an information system protect data and maintain functionality as intended
-
-
-