Question: For the following PDL, use the Basis Path Testing method, derive the basis set of the independent paths required for testing the PDL, and list

 For the following PDL, use the Basis Path Testing method, derive

For the following PDL, use the Basis Path Testing method, derive the basis set of the independent paths required for testing the PDL, and list out various methods for finding Cyclomatic Complexity.

FUNCTION DocumentRequired; BEGIN;

VAR CeilingValue INTEGER; VAR BusinessType, Commercial, DocumentRequired TEXT; READ CeilingValue, BusinessType, Commercial; IF (CeilingValue >= 650000 AND BusinessType = 'F' AND Commercial = 'N')

DocumentRequired = 'Y';

ELSE

DocumentRequired = 'N';

RETURN DocumentRequired;

END;

For the following PDL, use the Basis Path Testing method, derive the basis set of the independent paths required for testing the PDL, and list out various methods for finding Cyclomatic Complexity. FUNCTION DocumentRequired; BEGIN; VAR CeilingValue INTEGER; VAR BusinessType, Commercial, DocumentRequired TEXT; READ CeilingValue, BusinessType, Commercial; IF (CeilingValue >= 650000 AND Business Type = 'F' AND Commercial = 'N') Document Required = 'Y: ELSE DocumentRequired = 'N'; RETURN Document Required: END

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!