<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Function Point Analysis And Software Estimation Forum - Latest forum topics]]></title>
		<link>http://www.functionpointmodeler.com/forum/recentTopics/list.page</link>
		<description><![CDATA[The newest discussed topics in the entire board]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Automatic CFP counting</title>
				<description><![CDATA[ Just wondering if there is any application or software that could help me count the CFP automatically?]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/77/293.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/77/293.page</link>
				<pubDate><![CDATA[Tue, 18 Apr 2017 17:11:45]]> GMT</pubDate>
				<author><![CDATA[ zhao0309]]></author>
			</item>
			<item>
				<title>Counting DETs for multiple attributes table</title>
				<description><![CDATA[ Hi all,<br /> <br /> I’m a newcomer in the the Function Point Analysis. I’ve recently attended a 3-day course and now wanting to practice with real case studies from my current job. I have developed a device management system and want to apply FPA to evaluate baseline of my application.<br /> <br /> In a device management application each DEVICE is identified by a list of ATTRIBUTES, e.g. ram size, disk size, wifi mac address and so on. The above information are displayed in the device details screen, while vendor, model, imei and operating system name are listed in the summary screen.<br /> In the physical data model I have an entity for the DEVICE (imei, vendor, model, operating system) and an entity for APPLICATIONS installed on the device. I also have a property table to list all ATTRIBUTES of a device in form of name and value couples. The name of all possible attributes are known in advance, but the actual values and number of properties listed depend on the device capabilities.<br /> <br /> In the attempt to identify ILF, DET and RET for this model I have the following options:<br /> <br /> 1. 1 ILF with 3 RETs (Device, Applications, Attributes) and 8 DETs (IMEI, vendor, model, app_name, app_version, app_package, attr_name, attr_value)<br /> 2. 1 ILF with 2 RETs (Device, Applications) and DETs: 3 for apps (app_name, app_version, app_package) + N for attributes (IMEI, vendor, model, ram size, disk size, wifi, mac…), being N the max number of attributes available.<br /> 3. Other options…<br /> <br /> Which is correct according to your view?]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/48/135.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/48/135.page</link>
				<pubDate><![CDATA[Mon, 27 Apr 2015 22:00:43]]> GMT</pubDate>
				<author><![CDATA[ mpalmier]]></author>
			</item>
			<item>
				<title>Counting Reports in Multi Media</title>
				<description><![CDATA[ Hi<br /> Suppose we need to implement the same report (Same DETS, Same FTR and Same Business logic) in different media (i.e PDF, Excel, CSV). Suppose the report has calculations (it is a EO).<br /> How many reports you count? One for each media? or only one for all the media?<br /> ]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/47/131.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/47/131.page</link>
				<pubDate><![CDATA[Tue, 31 Mar 2015 00:53:46]]> GMT</pubDate>
				<author><![CDATA[ pmont]]></author>
			</item>
			<item>
				<title>Parameter Estimation</title>
				<description><![CDATA[ Hello, <br /> <br /> I am trying to estimate the parameter 'a' and 'b' in this continuous pde where x is known for all time.<br /> <br /> dx=-a(x+b)dt + dW<br /> <br /> where W is a brownian motion with zero mean and known variance.<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/46/130.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/46/130.page</link>
				<pubDate><![CDATA[Tue, 18 Nov 2014 22:01:29]]> GMT</pubDate>
				<author><![CDATA[ moeaziz]]></author>
			</item>
			<item>
				<title>Problem with estimation in FPM</title>
				<description><![CDATA[ Dear Sirs,<br /> <br /> we are studying the possibility of including FPM tool in teaching a course on software metrics in our university.<br /> We are very pleased with its capabilities, but we have a little problem and I would like your support.<br /> <br /> As you can see in the attached images, we develop a count project, with an application and a subsystem to obtect adjusted FP.<br /> Then we open the project data editor to create a plandata (following the tool's help), a count and a project estimation.<br /> <br /> When we change to Cocomo tab and we mark the subsystem in the Count tab..., we don't see any change in the effort values on the overview window.<br /> <br /> What are we doing wrong?<br /> <br /> Thanks in advance.]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/45/126.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/45/126.page</link>
				<pubDate><![CDATA[Wed, 13 Nov 2013 10:24:45]]> GMT</pubDate>
				<author><![CDATA[ MVilla]]></author>
			</item>
			<item>
				<title>ILF count for migration project with database reuse</title>
				<description><![CDATA[ Hi,<br /> I am working on FP estimates for migration purpose wherein we are going to re-use existing DB schema. How do I calculate ILFs? Do we need to count ILFs here? Please clarify meaning of "Maintain" in ILF definition. Does this mean only creating database tables or any additional work ?]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/44/123.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/44/123.page</link>
				<pubDate><![CDATA[Mon, 14 Oct 2013 06:30:58]]> GMT</pubDate>
				<author><![CDATA[ mahen_kulkarni]]></author>
			</item>
			<item>
				<title>Function point counting for Client Server applications</title>
				<description><![CDATA[ I need to do function point count for a client server application. Need to clarify few things.<br /> <br /> 1. Do I need to count the client application and server application separately? For server it is a business service hosted on IIS.<br /> So what are the aspects to be considered for sizing the server application.<br /> <br /> 2. I need to estimate the effort for a client application which is being ported to a different technology. The business service won't be having any change and this new application would also consume the same business service. All database access and other interfacing is through this service only. So I need to count the GUI development effort on a new technology. How should I approach this.<br /> <br /> I am new to FP and kind of confused whether on how client server application can be estimated using function point. Please help]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/43/122.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/43/122.page</link>
				<pubDate><![CDATA[Wed, 14 Aug 2013 11:19:34]]> GMT</pubDate>
				<author><![CDATA[ julie]]></author>
			</item>
			<item>
				<title>Need CFPS Exam details </title>
				<description><![CDATA[ Please provide me information about CFPS exam , <br /> <br /> 1) How & where to  register<br /> 2) Exam Fee<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/42/121.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/42/121.page</link>
				<pubDate><![CDATA[Wed, 15 May 2013 19:19:52]]> GMT</pubDate>
				<author><![CDATA[ AtulV]]></author>
			</item>
			<item>
				<title>backfired function points from source code</title>
				<description><![CDATA[ Does anyone have any tips/thoughts on how it could work [b]full automatically[/b] or [b]half automatically[/b] ?]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/41/120.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/41/120.page</link>
				<pubDate><![CDATA[Mon, 13 May 2013 12:42:11]]> GMT</pubDate>
				<author><![CDATA[ moeztuerk]]></author>
			</item>
			<item>
				<title>Open Source projects</title>
				<description><![CDATA[ Does anyone have any thoughts/tips on how to count a project where the output is Open Source code? We're not actually providing an application to end-users per se, but rather providing the code to anyone who can them use it to develop their own custom applications. I could see the end-users being the people developing the custom app, but this is new for me and would appreciate thoughts on it.]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/40/116.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/40/116.page</link>
				<pubDate><![CDATA[Thu, 11 Apr 2013 20:04:29]]> GMT</pubDate>
				<author><![CDATA[ Ryan Schofield]]></author>
			</item>
			<item>
				<title>Differences between COSMIC &amp; IFPUG FPA</title>
				<description><![CDATA[ What are differences between [b]IFPUG [/b]function point method and [b]COSMIC [/b] functional size method? <br /> Which countries use [b]COSMIC [/b]<br /> Do you have any experience with [b]COSMIC [/b]...<br /> <br /> Thanks<br /> Ilbey Batuhan]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/38/114.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/38/114.page</link>
				<pubDate><![CDATA[Mon, 14 Jan 2013 09:01:55]]> GMT</pubDate>
				<author><![CDATA[ moeztuerk]]></author>
			</item>
			<item>
				<title>Differences  NESMA &amp; IFPUG Function Point Standards</title>
				<description><![CDATA[ What are differences between [b]NESMA[/b] and [b]IFPUG[/b] Function Point Standards? <br /> Which countries use [b]NESMA[/b]<br /> Do you have any experience with [b]NESMA[/b]<br /> <br /> Thanks<br /> Ilbey Batuhan]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/37/111.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/37/111.page</link>
				<pubDate><![CDATA[Thu, 10 Jan 2013 20:30:25]]> GMT</pubDate>
				<author><![CDATA[ moeztuerk]]></author>
			</item>
			<item>
				<title>Application Boundary</title>
				<description><![CDATA[ The positioning of an [b]Application Boundary[/b] can be subjective. <br /> What factors should be considered when determining the position of [b]Application Boundaries[/b] for applications?<br /> ]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/36/106.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/36/106.page</link>
				<pubDate><![CDATA[Thu, 3 Jan 2013 09:26:28]]> GMT</pubDate>
				<author><![CDATA[ moeztuerk]]></author>
			</item>
			<item>
				<title>Function Point Modeler™ 5.2.0 is now available for download.</title>
				<description><![CDATA[ [list]Support now FPA for Software Enhancement (100% [b]NESMA[/b] compliant)[/list]<br /> [list]Customizing of all NESMA impact factors[/list]<br /> [list]A new tree enables now the easy navigation in counts[/list]<br /> [list]Based on the [b]Eclipse 4.2.1[/b][/list]<br /> <br /> [b]Download:[/b] [url]http://www.functionpointmodeler.com[/url]]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/35/105.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/35/105.page</link>
				<pubDate><![CDATA[Tue, 1 Jan 2013 11:17:06]]> GMT</pubDate>
				<author><![CDATA[ moeztuerk]]></author>
			</item>
			<item>
				<title>Determining of Application Boundaries</title>
				<description><![CDATA[ What factors should be considered when determining the position of [b]Application Boundaries [/b]for applications?<br /> ]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/33/99.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/33/99.page</link>
				<pubDate><![CDATA[Wed, 4 Jul 2012 15:00:18]]> GMT</pubDate>
				<author><![CDATA[ moeztuerk]]></author>
			</item>
			<item>
				<title>instance dependency </title>
				<description><![CDATA[ How to count, if two entities are in [b]1:n[/b] or [b]1:1[/b] relationship and one has instance dependency on another..]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/32/94.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/32/94.page</link>
				<pubDate><![CDATA[Sun, 10 Jun 2012 11:13:11]]> GMT</pubDate>
				<author><![CDATA[ Admin]]></author>
			</item>
			<item>
				<title>Is the tool Function Point Modeler Standard Edition free for commercial use</title>
				<description><![CDATA[ [b]Function Point Modeler Standard Edition [/b] has no functional, time or count limitation..<br /> <br /> It is really free fpa counting software for any commercial, educational, etc use...<br /> <br /> Enjoy it...<br /> ]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/31/93.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/31/93.page</link>
				<pubDate><![CDATA[Thu, 31 May 2012 12:14:23]]> GMT</pubDate>
				<author><![CDATA[ Admin]]></author>
			</item>
			<item>
				<title>Visible Button</title>
				<description><![CDATA[ There is a button that allows a specific user role to change their views. This is currently only visible to one user role, but new requirement is for this feature to be given to a second user role. When pressed, the user is presented with a screen to input the user view they want to switch to. From a technical side they are only modifying the conditions used to determine if the button is visible (and adding a new method to help this process). From a functional standpoint, I'm not really sure how to look at this. I don't think it's just "navigation", which wouldn't be counted. I feel like it's some sort of transaction, just not sure what.<br /> <br /> Thanks for the input!]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/30/89.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/30/89.page</link>
				<pubDate><![CDATA[Tue, 15 May 2012 05:56:51]]> GMT</pubDate>
				<author><![CDATA[ Ryan Schofield]]></author>
			</item>
			<item>
				<title>Covered by COCOMO </title>
				<description><![CDATA[ What project [b]activities [/b]and [b]phases [/b]are covered by [b]COCOMO II[/b]?]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/29/85.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/29/85.page</link>
				<pubDate><![CDATA[Mon, 7 May 2012 18:45:04]]> GMT</pubDate>
				<author><![CDATA[ Admin]]></author>
			</item>
			<item>
				<title>Function Point Specialist Required</title>
				<description><![CDATA[ Hi, looking for a Function Point Specialist (IFPUG) with 5-8 years of experience in Pune/Hyderabad location. If some one is interested, please forward your resume on <a class="snap_shots" href="mailto:faisalshakeel79@gmail.com">faisalshakeel79@gmail.com</a> at the earliest. Thanks.]]></description>
				<guid isPermaLink="true">http://www.functionpointmodeler.com/forum/posts/preList/28/83.page</guid>
				<link>http://www.functionpointmodeler.com/forum/posts/preList/28/83.page</link>
				<pubDate><![CDATA[Fri, 4 May 2012 20:19:53]]> GMT</pubDate>
				<author><![CDATA[ faisalshakeel]]></author>
			</item>
	</channel>
</rss>