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 types of elementary process in FPA
What are the different types of elementary process in FPA?
✍: Guest
There are two types of elementary process
Dynamic Elementary process
Static Elementary process
Dynamic elementary process moves data from internal application boundary to external
application boundary or vice-versa.
Examples of dynamic elementary process:
Input data screen where user inputs data in to application. Data moves from the
input screen inside application.
Transaction exported in export files in XML or any other standard.
Display reports which can come from external application boundary and internal
application boundary.
Static elementary process maintains data of application either inside application boundary
or in external application boundary.
Examples of static elementary process:
In a customer maintenance screen maintaining customer data is static elementary
process.
2007-10-30, 5149👍, 0💬
Popular Posts:
What is a measure in OLAP ? Measures are the key performance indicator that you want to evaluate. To...
What is test metrics? Test metrics accomplish in analyzing the current level of maturity in testing ...
How To Manage Transaction Isolation Level? - Oracle DBA FAQ - Introduction to PL/SQL Transaction iso...
How To Concatenate Two Character Strings? - MySQL FAQs - Introduction to SQL Basics If you want conc...
Does it matter in what order catch statements for FileNotFoundException and IOExceptipon are written...