i. Each Review does not have a predefined objectiveii. Defects found are welcomed and expressed objectivelyiii. Management supports a good review process.iv. There is an emphasis on learning and process improvement.
i. Variables that are never used.ii. Security vulnerabilities.iii. Programming Standard Violationsiv. Uncalled functions and procedures
Read PRead QIf P+Q > 100 thenPrint “Large”End ifIf P > 50 thenPrint “pLarge”End if
Disc = 0Order-qty = 0Read Order-qtyIf Order-qty >=20 thenDisc = 0.05If Order-qty >=100 thenDisc =0.1End ifEnd if
i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.ii. Write Test Summary Reports based on the information gathered during testingiii. Decide what should be automated , to what degree and how.iv. Create the Test Specifications
i. We use explicit knowledge of the internal workings of the item being tested to select the test data.ii. Uses specific knowledge of programming code to examine outputs and assumes that the tester knows the path of logic in a unit or a program.iii. Checking for the performance of the applicationiv. Also checks for functionality.
i. Checking which planned deliverables have been deliveredii. Defect report analysis.iii. Finalizing and archiving testware.iv. Analyzing lessons.
i. Unit Testingii. Program Testingiii. Module Testingiv. System Component Testing .
i. Spadeii. Test harnessiii. Scaffolding
i. Thoroughness measures , such as coverage of code, functionality or riskii. Estimates of Defect density or reliability measures.iii. Residual risk such as defects not fixed or lack of test coverage in certain areasiv. Verifying the Test Environment.
i. Percentage of Test Case Executionii. Percentage of work done in test environment preparation.iii. Defect Information e.g. defect density, defects found and fixediv. The size of the testing Team and skills of the engineers
i. Risk of Failure of the Project, hazards to the product and risks of product failure to humansii. Skills and experience of the people in the proposed technique, tools and methodsiii. The objective of the testing endeavor and the mission of the testing team.iv. The size of the testing Team
IF X = ZTHEN Statement 2;ENDMcCabe’s Cyclomatic Complexity is :
i. Helps to check the Quality of the built productii. Helps to check that we have built the right product.iii. Helps in developing the productiv. Monitoring tool wastage and obsoleteness.