22.11.2012 Views

Schaum's Outline Series

Schaum's Outline Series

Schaum's Outline Series

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

152<br />

if(a==b||b==c||a==c)<br />

if(a==b&&b==c)<br />

Combination Possible Test Case Branch<br />

TXX 3,3,4 ABC-D<br />

FTX 4,3,3 ABC-D<br />

FFT 3,4,3 ABC-D<br />

FFF 3,4,5 ABC-E<br />

Combination Possible Test Case Branch<br />

if(a>=b+c||b>=a+c||c>=a+b)<br />

TT 3,3,3 E-F<br />

TF 3,3,4 E-G<br />

FX 4,3,3 E-G<br />

Combination Possible Test Case Branch<br />

if(a

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!