For testing projects if we know the development effort in FP then there is a rule called Caper Jones rule it says # of test cases = (Function Points) power 1.2
This will give the no. of user acceptance test cases can be prepared.
SPONSORED LINKS
A Practical Approach to Software Testing. Here you can find Software Testing (Automation and Manual Testing) related best articles and topics.
SPONSORED LINKS
Reading: How many User Acceptance Test Cases need to be prepared for an application?
For testing projects if we know the development effort in FP then there is a rule called Caper Jones rule it says # of test cases = (Function Points) power 1.2
This will give the no. of user acceptance test cases can be prepared.
SPONSORED LINKS
|
Do not want to miss any Software Testing tips and latest updates? Subscribe the Software Testing Newsletter and get effective software testing tips |
Software testing Metrices-Test Case Review
Metrics are the means by which the software quality can be measured; they give you confidence in the product.
You're waist deep in your third month of late nights, weekends, and shipping stress; you can see and feel your team's energy waning.
There is a school of thought in
software testing that debunks the value of positive testing. This school
basically states that any test that does not produce a defect is not a good
test.
Impact Analysis Checklist for
Req. Changes
Software Defect-bug Management Philosphy
Imperfect processes cause most of
the software defects. Thus to prevent defects, the development process needs to
be overhauled.
___ Implications of the Proposed Change* Identify any existing
requirements in the baseline that
Software testing is still a pain-in-the-neck for
many organizations. Because it is only marginally addressed in software process
improvement models like CMMi
Metrics are the means by which the software quality can be measured; they give you confidence in the product.
You're waist deep in your third month of late nights, weekends, and shipping stress; you can see and feel your team's energy waning.
There is a school of thought in software testing that debunks the value of positive testing. This school basically states that any test that does not produce a defect is not a good test.
Copyright © Software Testing - Tutorials, QTP, Manual Testing Automation Testing, Load Runner
Technorati Profile
Increase Page Rank
Langit: Designed by GeekySpeaky: Submit Your Site!
Langit | Fight Spam! Click Here! | Superblog Directory | Photarium blog directory | web directoryFinal Fantasy Directory
Title: Project Management Software Directory
URL: http://www.web-based-software.com
Description: Web-based software for project management and team collaboration.
No its incorrect. Here is the rule :
Tota Test Cases = (FP)raise to 1.2
Acceptance Test Cases = 1.2(FP)
Its Incorrect.
Rule is :-
Total Test Cases - (FPC)to power 1.2
Acceptance Test Cases = 1.2(FPC)