Sunday, July 17, 2011
Quote 10
“If you don’t care about quality, you can meet any other requirement.” – Gerald M. Weinberg
Labels:
Testing Quotes
Quote 9
“More than the act of testing, the act of designing tests is one of the best bug preventers known. The thinking that must be done to create a useful test can discover and eliminate bugs before they are coded – indeed, test-design thinking can discover and eliminate bugs at every stage in the creation of software, from conception to specification, to design, coding and the rest.” – Boris Beizer
Labels:
Testing Quotes
Quote 8
“Quality is never an accident; it is always the result of intelligent effort.” – John Ruskin
Labels:
Testing Quotes
Quote 7
"It's more about good enough than it is about right or wrong." (James Bach)
Labels:
Testing Quotes
Quote 6
“Irreproducible bugs become highly reproducible right after delivery to the customer.”
Labels:
Testing Quotes
Quote 5
"Before software can be reusable it first has to be usable.” – Ralph Johnson.
Labels:
Testing Quotes
Accessibility Testing
Testing that determines if software will be usable by people with disabilities.
It is also called as ADA testing or 508 complaiance testing.(American disabilities act). Testing the application with respect to physically challenged persons point of view is called accessibility tesing..
Such as blindness, low or restricted vision, or color blindness. User with visual impairments uses assistive technology software that reads content loud. User with weak vision can also make text larger with browser setting or magnificent setting of operating system.
To know more plz visit Accessibility more
OR
To know more plz visit Testing for Accessibility MSDN
It is also called as ADA testing or 508 complaiance testing.(American disabilities act). Testing the application with respect to physically challenged persons point of view is called accessibility tesing..
Such as blindness, low or restricted vision, or color blindness. User with visual impairments uses assistive technology software that reads content loud. User with weak vision can also make text larger with browser setting or magnificent setting of operating system.
To know more plz visit Accessibility more
OR
To know more plz visit Testing for Accessibility MSDN
Labels:
Software Testing Types
Sunday, January 9, 2011
Quote 4
Priorities tests so that whenever you stop testing you have done the best testing in the time available.
Labels:
Testing Quotes
The 'Oracle Assumption'
For most systems it is possible to predict the expected results for any test case but there are a few systems where this is not the case.
For example, systems that predict situations or perform long and complex calculations that cannot practically be performed manually.
The Oracle Assumption is the name given to the assumption that it is possible to predict the expected results.
For example, systems that predict situations or perform long and complex calculations that cannot practically be performed manually.
The Oracle Assumption is the name given to the assumption that it is possible to predict the expected results.
Labels:
General
Quote 1
You cannot have justified confidence in the quality of the software unless you have confidence in the quality of the Testing.
Labels:
Testing Quotes
Testing Completion Criteria
Testing Completion Criteria includes following things -
1. 100% Statement coverage,
2. 100% Requirement coverage,
3. All screens / dialogue boxes / error messages seen,
4. 100% of test cases have been run,
5. 100% of high severity fault fixed,
6. 80% of low and medium severity faults fixed,
7. Maximum of 50 known faults remain,
8. Maximum of 10 high severity faults predicted,
9. Time has run out,
10. Testing budget is used up.
1. 100% Statement coverage,
2. 100% Requirement coverage,
3. All screens / dialogue boxes / error messages seen,
4. 100% of test cases have been run,
5. 100% of high severity fault fixed,
6. 80% of low and medium severity faults fixed,
7. Maximum of 50 known faults remain,
8. Maximum of 10 high severity faults predicted,
9. Time has run out,
10. Testing budget is used up.
Labels:
Test Plan and Test Strategy
Subscribe to:
Posts (Atom)