Feb 8, 2009
40 Best Test Automation Blogs
If you want to know everything about QA Test Automation, check out these 40 blogs from testers around the world. Dmitry Motevich over at Easy Way To Automate Testing has compiled this excellent list of most visited and most updated blogs. Check it out here.
About Test Automation: Test automation 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.
There are two general approaches to test automation:
- Graphical user interface testing. A testing framework generates user interface events such as keystrokes and mouse clicks, and observes the changes that result in the user interface, to validate that the observable behavior of the program is correct.
- Code-driven testing. The public (usually) interface to classes, modules, or libraries are tested with a variety of input arguments to validate that the results that are returned are correct.
Source: Wikipedia

Leave a Reply