Software testing: Difference between revisions

Content deleted Content added
Internationalization and localization: minor fixes in a few points about localization testing, and add a big new point, that some messages may be untranslated
added QA automation toolds
Tags: Reverted Visual edit
Line 64:
=== Automated testing ===
{{Excerpt|Test automation|paragraphs=1|only=paragraph}}
 
==== '''Types of QA Automation Testing''': ====
 
* '''Functional Testing''': Validates that the app’s functions work as expected.
* '''Regression Testing''': Ensures new updates don’t break existing functionality.
* '''Load/Performance Testing''': Assesses how the application performs under load.
* '''API Testing''': Validates that APIs function correctly and return expected results.
* '''UI Testing''': Automates interactions with the graphical interface.
 
=== Levels ===