Pages

Sunday, July 17, 2011

Quote 10

“If you don’t care about quality, you can meet any other requirement.” – Gerald M. Weinberg

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

Quote 8

“Quality is never an accident; it is always the result of intelligent effort.” – John Ruskin

Quote 7

"It's more about good enough than it is about right or wrong." (James Bach)

Quote 6

“Irreproducible bugs become highly reproducible right after delivery to the customer.”

Quote 5

"Before software can be reusable it first has to be usable.” – Ralph Johnson.

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

Sunday, January 9, 2011

Quote 4

Priorities tests so that whenever you stop testing you have done the best testing in the time available.

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.

Quote 3

Testing is looking for something you don't really want to find.

Quote 2

The best way to build confidence is to try and destroy it.

Quote 1

You cannot have justified confidence in the quality of the software unless you have confidence in the quality of the Testing.

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.