Automated testing: Difference between revisions
From Freephile Wiki
Created page with "Automated testing ranges from the front-end (browser testing) to the back-end (unit testing and integration testing) and is part of the Continuous Integration systems that..." |
m Text replacement - "Category:QA" to "Category:QA" |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
For browser automation, one good reference is the (Firefox) Mozilla reference at https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Automated_testing | For browser automation, one good reference is the (Firefox) Mozilla reference at https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Automated_testing | ||
[[Category: | [[Category:QA]] | ||
[[Category:Continuous Integration]] | [[Category:Continuous Integration]] | ||
[[Category:Continuous | [[Category:Continuous Delivery]] |
Latest revision as of 10:50, 20 February 2025
Automated testing ranges from the front-end (browser testing) to the back-end (unit testing and integration testing) and is part of the Continuous Integration systems that allow software to be deployed continuously with quality.
For browser automation, one good reference is the (Firefox) Mozilla reference at https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Automated_testing