Principles of automated testing
Automated Testing is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions Commonly, test automation involves automating a manual process already in place that uses a formalized testing process.
In general, Automated Testing can be divided into two groups:
— Functional testing
— Performance testing
(
Читати далі
)