|
Testing Estimation -
August 11, 2008 at 13:10 pm by Rajmeet
Ghai
What is TPA Analysis?
Answer
Test Point analysis is used to prepare an estimate for system testing
or acceptance testing. It helps to determine the test hours required and the
risk involved. Risks can be identified by comparing TPA estimate and the pre
determined hours.
Explain function points.
Answer
Function points are used a metric in software testing. They are used
to measure the size of the software, functionality by measuring the
requirements. Function points are consistent and independent of design. FP can
be used in estimations,
E.g. counting the number of screens, Menus in the application.
Explain the concept of Application Boundary.
Answer
Application boundary considers
users perspective. It indicates the margin between the
software measured and the end user. It helps to identify what
is available to the end user externally from the interface to
interact with the internal of the system. This helps to
identify the scope of the system.
|