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 »

Epistemology

The Study of “How you know what you know” Epistemology is a branch of philosophy which help to test better!!! The practical application in software testing is that it will ask question like Even with out knowing about epistemology, you might be a good tester.But if you wanna be better learn this too – this …

Epistemology 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 »