Test Automation

Test Automation Essentials: What’s Needed to Accelerate Delivery

This a repost from the recent report of Gartner. The original report can be found here – RESEARCH FROM GARTNER The Eight Essentials When Moving to Automated Software Testing When implemented correctly, automated testing can deliver strong benefits to support organizations in delivering software with higher quality at a faster pace. This research provides application leaders with …

Test Automation Essentials: What’s Needed to Accelerate Delivery Read More »

Statement & Decision Coverage

I though sharing the difference between statement coverage in decision coverage. Statement : “an entity in programming language which is typically the smallest indivisible unit of execution” Statement testing is a white box test design technique. Statement coverage checks the “True” condition only while the decision or branch coverage covers both the “True & False” conditions Decision …

Statement & Decision Coverage Read More »

Test Automation

Why we need test automation ? The question seems simple, but the answer is debated for a long time. I would say the purpose of automation is to make sure that the application is working properly and is meeting the function requirements specified in the BRD. When test engineers run automation suits in this continuous …

Test Automation Read More »