QB104535 PDF
QB104535 PDF
QB104535 PDF
UNIT V
CODING AND TESTING
PART A
1. What are Steps for Mapping Designs to Code?
Implementation in an object-oriented programming language requires writing source code for:
• Class and interface definitions
• Method definitions
2. What is testing?
Testing is a continuous activity during software development. In object-oriented systems, testing
encompasses three levels, namely, unit testing, subsystem testing, and system testing.
To check the GUI representations to see if they are consistent with the expected ones.
It strongly depends on the used technology.
PART B
1. Explain the operation of Mapping Designs to Code. APRIL/MAY-2011
- Programming and the Development Process
-Mapping Designs to Code
-Creating Class Definitions from DCDs
-Creating Methods from Interaction Diagrams
-Container/Collection Classes in Code
-Exceptions and Error Handling
-Defining the Sale--makeLineItem Method
-Order of Implementation
-Test-First Programming