Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How did you implement UML in your project PART II
How did you implement UML in your project ? PART II
✍: Guest
Implementation phase / Coding phase (Class diagrams for reverse
engineering, Other diagrams for validity check)
In this phase mostly class diagrams are re-engineered with the source code. But other
diagrams are also present for validity check example state chart diagrams will be used in
case to check that the both activity between those states follow the proper logic. If some
things have to be changed then again there is iteration backward to the Requirement
phase.
Testing phase
This phase mostly goes for the testing department. I am not talking about preparing UTP
plans but SITP plans. Where the testing department will look at all diagrams to prepare a
test plan and execute it. Example it will see the Use Case document to see the business
rules, it will see the activity diagram and sequence diagrams to see the proper flow of
modules. If some things are not proper there is iteration back to the Design phase.
Roll out and close over phases.
All document just to re-check that things are proper, example all modules deployed
according to the deployment diagrams, are all business rules in Use Cases satisfied.
Let us revise the following points:
Not all diagrams are compulsory.
The minimum diagrams according to software life cycle phases are :
Requirement phase: - Use Case Diagrams
Design Phase: - Component diagrams, Class diagrams
Implementation phase: - All diagrams derived from pervious phases
specially class diagram for reverse engineering.
Testing phase: - All diagrams derived from requirement and design phases
for verification and preparing test plans.
Roll out and close over phase: - All document derived from Design phase
and requirement phases.
Below is a sample figure which shows all the documents in relevant phases.
2007-10-26, 7902👍, 0💬
Popular Posts:
What is the difference between CALL_FORM, NEW_FORM and OPEN_FORM? CALL_FORM: start a new form and pa...
.NET INTERVIEW QUESTIONS - What is the difference between System exceptions and Application exceptio...
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...
Rachel opened her math book and found that the sum of the facing pages was 245. What pages did she o...