Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What are the different elements in Functions points 2
What are the different elements in Functions points 2?
✍: Guest
Output results exits the application boundary.
EQ does not contain any derived data. Derived data means any complex calculated
data. Derived data is not just mere retrieval but are combined with additional formulae
to generate results. Derived data is not part of ILF or EIF, they are generated on fly.
EQ does not update any ILF or EIF.
EQ activity should be meaningful from user perspective.
EP is self contained and leaves the business in consistent state.
DET and processing logic is different from other EQfs.
Simple reports form good base as EQ.
External Output (EO)
Following are points to be noted for EO:
Itfs a dynamic elementary process in which derived data crosses from Internal
Application Boundary to External Application Boundary.
EO can update an ILF or EIF.
Process should be the smallest unit of activity that is meaningful to end user in
business.
EP is self contained and leaves the business in a consistent state.
DET is different from other EOfs. So this ensures to us that we do not count EOfs
twice.
They have derived data or formulae calculated data.
Major difference between EO and EQ is that data passes across application boundary.
Example: - Exporting Accounts transaction to some external file format like XML
or some other format. This can be later imported by the external accounting software.
Second important difference is in EQ has non-derived data and EO has derived
data.
2007-10-30, 4826👍, 0💬
Popular Posts:
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
Where Do You Download JUnit? Where do I download JUnit? I don't think anyone will ask this question ...
Can you explain in brief how can we implement threading ? Private Sub Form1_Load(ByVal sender As Sys...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
What Is the Data Pump Import Utility? - Oracle DBA FAQ - Loading and Exporting Data Oracle Data Pump...