Monday, February 28, 2011

Headless Automation Testing



Headless Testing means testing without GUI.

There are couple of testing such as Unit testing, Component Testing, Module Testing, Integration Testing, CC (Code Coverage of Condition) Testing \ Base Path Testing, Mutation Testing, DB Testing, API Testing and or Web Service Testing may fall under Headless Testing. As you can see most of testing are white box or gray box testing.

In XP\XT (Extreme Programming\Extreme Testing) of agile, It is the first step in implementing story.

Open Source tools such as Watir, Warin, Junit, Nunit, HTTPUnit, HTMLUnit, WebTest Canoo, Fitness, Selenium RC and scripts like shell, vbscript, groovy, SoapUI (and some good paid tools Autoczar, QTP, SilkTest, TestComplete) are helping to automate this type of testing and play effective and efficient role in the QA feedback of product lifecyle.

It actually tells us where is the issue. So, always say "Yes" to Headless Testing in your project.

Popular Posts