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:
Can you explain in GSC and VAF in function points
Can you explain in GSC and VAF in function points?
✍: Guest
In GSC (General System Characteristic) there are 14 factors which are rated on 1 to 5
depending on the complexity of the factor. Below are the 14 factors:
Data communications: - How many communication facilities are there to aid in the
transfer or exchange of information with the application or system?
Distributed data processing: - How are distributed data and processing functions
handled?
Performance: - Did the user require response at times or throughout?
Heavily used configuration: - How heavily used is the current hardware platform
where the application will be executed?
Transaction rate:-How frequently are transactions executed; daily, weekly, monthly,
etc.?
On-Line data entry:-What percentage of the information is entered On-Line?
End-user efficiency:-Was the application designed for end-user efficiency?
On-Line update: - How many ILFfs are updated by On-Line transaction?
Complex processing:-Does the application have extensive logical or mathematical
processing?.
Reusability:-Was the application developed to meet one or many users needs?
Installation ease: - How difficult is conversion and installation?
Operational ease: - How effective and/or automated are start-up, back up, and
recovery procedures?
Multiple sites: - Was the application specifically designed, developed, and supported
to be installed at multiple sites for multiple organizations?
Facilitate change: - Was the application specifically designed, developed, and supported
to facilitate change?
From the GSC we get the VAF i.e. Value added function points by the below formulae.
VAF = 0.65 + ((sum of all GSC factor)/100).
2007-10-30, 6161👍, 0💬
Popular Posts:
What is the difference between mysql_fetch_object() and mysql_fetch_array() functions in PHP? mysql_...
If we inherit a class do the private variables also get inherited ? Yes, the variables are inherited...
How can I check for HTML errors? HTML validators check HTML documents against a formal definition of...
What Tools to Use to View HTML Documents? The basic tool you need to view HTML documents is any Web ...
How To Use Subqueries in the FROM clause? - MySQL FAQs - SQL SELECT Statements with JOIN and Subquer...