Answered Questions

  • 100% Path and Decision Coverage

    How many test cases are needed to have 100% path coverage and decision coverage in the following code. if (conditionA){ c=c+1}if(conditionB)d=d-1elsee++consider condition A and condition B are independent.

    Anonymous

    • Dec 8th, 2016

    DC = 4 (2 for each condition i.e One that evaluates it to True and other false)
    PC= 3 (Draw CFG to be more clear)

    Lakshmi

    • Feb 9th, 2016

    DC=2
    PC=4

  • Functional and Functionality testing

    Can anybody describe the difference between the functional testing and functionality testing?

    ANJALI TIWARI

    • Apr 7th, 2019

    FUNCTIONAL TESTING : called black box testing bcoz no knowledge of internal logic of system is used to develop test cases
    FUNCTIONALITY TESTING : it is a part of functional testing giving input and chcking output

    vyshu

    • Jun 13th, 2017

    Functionality Testing:Giving the input and checking the output.Testing the application against specifications
    Functional Testing:The software application operates in conformance with the requirement specification