Entries from 2009

Process of Counting Function Points

On August 16, 2009 / By admin / In Project Management / No Comments
Function point analysis follows specific steps for counting: Identification of the subsystem boundaries Identification of the data functions (internal logical files and external interface files) Identification of transactional functions (external inputs, external outputs and external inquiries) Calculation of the Unadjusted Function Point (UAF) Count Determination of the Value Adjustment Factor (VAF) using General System Characteristics (GSC) Calculation of the final Function Read More...

Objectives of Function Point Analysis

On August 15, 2009 / By admin / In Project Management / No Comments
Function Points measure systems from a functional perspective and are independent of technology. Hence, regardless of technology, language, development method, or hardware/software used, the number of function points for a system will remain constant. The variable in Function Point Analysis is the amount of effort required to deliver a given set of function points. Therefore, function point Read More...

What is Function point?

On August 14, 2009 / By admin / In Manual Testing / No Comments
A function point is a unit of measurement to express the amount of business functionality an information system provides to a user. Function points are the units of measure used by the IFPUG Functional Size Measurement Method. The IFPUG FSM Method is an ISO recognised software metric to size an information system based on the functionality that is perceived by the user Read More...

What is a Test strategy?

On August 13, 2009 / By admin / In Manual Testing / No Comments
A test strategy is a document outline that describes the testing portion of the software development cycle. It is created to inform project managers, testers, and developers about some key issues of the testing process. This includes the testing objective, methods of testing new functions, total time and resources required for the project, and the testing Read More...