Code Complete, Second Edition by Steve McConnell

Code Complete, Second Edition by Steve McConnell

Author:Steve McConnell [Steve McConnell]
Language: eng
Format: epub
Tags: COMPUTERS / General
ISBN: 9780735691254
Published: 2009-11-29T16:00:00+00:00


1

Case 1 is defined so that the true condition for m_employee[ ID ].governmentRetirementWithheld < MAX_GOVT_RETIREMENT is the first case on the true side of the boundary. Thus, the Case 1 test case sets m_employee[ ID ].governmentRetirementWithheld to MAX_GOVT_RETIREMENT – 1. This test case was already generated.

3

Case 3 is defined so that the false condition for m_employee[ ID ]. governmentRetirementWithheld < MAX_GOVT_RETIREMENT is on the false side of the boundary. Thus, the Case 3 test case sets m_employee[ ID ].governmentRetirementWithheld to MAX_GOVT_RETIREMENT + 1. This test case was also already generated.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.