Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
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, 5140👍, 0💬
Popular Posts:
What Is the Difference between Formal Parameters and Actual Parameters? - Oracle DBA FAQ - Creating ...
How to measure functional software requirement specification (SRS) documents? Well, we need to defin...
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
How To Enter Boolean Values in SQL Statements? - MySQL FAQs - Introduction to SQL Basics If you want...
Which is the best place to store ConnectionString in Dot Net Projects? I am about to deploy my first...