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, 6896👍, 0💬
Popular Posts:
How can I enable session tracking for JSP pages if the browser has disabled cookies? We know that se...
How can we format data inside DataGrid? Use the DataFormatString property.
How To Download and install PSP Evaluation? - PSP Tutorials - Fading Images to Background Colors wit...
Can static variables be declared in a header file? You can't declare a static variable without defin...
How To Select All Columns of All Rows from a Table? - MySQL FAQs - SQL SELECT Query Statements with ...