I’m doing a function point count for a large website. Does the main website menu count as an External Input?
I’m doing a function point count as described in this article.
If so, since you only click on one menu item at a time, I assume the number of DETs == 1?
3
Yes a menu is an external input from the user that gives control information.
I also agree that this is DETs == 1 since it gives you one low complexity data item: the destination of the navigation.