testing software why is software a special concern what
play

Testing Software Why is Software A Special Concern? What should we - PowerPoint PPT Presentation

McMaster University McMaster University Testing Software Why is Software A Special Concern? What should we do? What can we do? (1) It never works the first time it is really used. (2) It has no natural internal boundaries. David Lorge Parnas


  1. McMaster University McMaster University Testing Software Why is Software A Special Concern? What should we do? What can we do? (1) It never works the first time it is really used. (2) It has no natural internal boundaries. David Lorge Parnas (3) It is sensitive to minor errors - there is no meaning to Telecommunications Research Institute of Ontario Communications Research Laboratory “almost right”. (chaotic behaviour) Department of Electrical and Computer Engineering McMaster University, Hamilton, Ontario Canada L8S 4K1 (4) It is difficult to test because interpolation is not valid. (5) There are “sleeper bugs”. These are all manifestations of complexity. They are “inherent” properties, not signs of immaturity in the field. Communications Research Laboratory Communications Research Laboratory Software Engineering Research Group Software Engineering Research Group “ connecting theory with practice ” “ connecting theory with practice ” 1 testing.slides October 8, 1996 2 testing.slides October 8, 1996

  2. McMaster University McMaster University Novice Approaches To Testing Some Better Approaches to Testing (1) Eureka! It ran. 1) Test uses every statement at least once. 2) Test takes every exit from a branch at least once. •one test means its done 3) Test takes all possible paths through the program at •usually a very simple case. least once. (2) A number of tests where the answers are These are minimal requirements, but... easily checked. They mistakenly assume that program state is more (3) Let it run and run and run. important than data state. (4) If an error is noticed, fix and go to 2. Additional Rules What’s Wrong with This? (4) Consider all typical data states 5) Much of the program may never be tested (5) Consider all degenerate data states 6) All we get is a bunch of anecdotes (6) Consider extreme cases (7) Consider erroneous cases. How Much Testing is Enough? (8) Try very large numbers (9) Try very small numbers How important is the product? (10)Try numbers that are close to each other. How do you want to measure quality? (11)Think of the cases that nobody thinks of. Communications Research Laboratory Communications Research Laboratory Software Engineering Research Group Software Engineering Research Group “ connecting theory with practice ” “ connecting theory with practice ” 3 testing.slides October 8, 1996 4 testing.slides October 8, 1996

  3. McMaster University McMaster University Who Does the Testing? Three Kinds of Testing You are a fool if you don’t test your program! Black Box Testing •Based on Specification Alone Your customer/boss is a fool if they don’t test your •Cases chosen without looking at code program? Many software companies have testing specialists Clear Box Testing in quality assurance companies. •Test Choice Based on Code “Cleanroom” model says that you are not allowed •Use coverage criteria described earlier to test your program. Grey Box Testing • Increased care yields big improvements in quality. •Intended for modules with memory • Statistical testing is done by others. •Look at Data structure •Assures that state coverage is good The basic issues: •May use design documentation as a further check Human beings all tend to overlook the same cases. How can random testing be better than planned All have their place testing? •Black Box testing can be re-used with new design •Black Box testing can be independent of designer Can we have planned random testing? •Clear Box testing tests the mechanism •Grey Box testing gives better coverage for black box with memory. Avoids some duplicate tests Communications Research Laboratory Communications Research Laboratory Software Engineering Research Group Software Engineering Research Group “ connecting theory with practice ” “ connecting theory with practice ” 5 testing.slides October 8, 1996 6 testing.slides October 8, 1996

  4. McMaster University McMaster University Another Testing Method Classification Hierarchical Testing Policies Planned Testing Testing the whole system at once is a disaster. •Clear Box - based on code coverage criteria Finding the fault is a nightmare. •Black Box - based on external case coverage Wild Random Testing Test Small Units first. •Pick arguments using uniform random distribution •Can find cases nobody ever thinks of Integrate after components have passed all tests. •Can violate assumptions yielding spurious errors •reliability figures can be obtained but aren’t meaningful Test lower levels of uses hierarchy before using Statistical Random Testing. them. •Requires an operational profile Bottom Line: •Provides meaningful reliability figures •Only as good as the operational profile. A delay before integration will save time after integration. Communications Research Laboratory Communications Research Laboratory Software Engineering Research Group Software Engineering Research Group “ connecting theory with practice ” “ connecting theory with practice ” 7 testing.slides October 8, 1996 8 testing.slides October 8, 1996

  5. McMaster University McMaster University MEASURES OF SOFTWARE QUALITY WHEN SHOULD WE USE EACH OF THESE QUALITY MEASURES? We must assume the existence of a specification Correctness: •We need the ability to tell “right” from “wrong” Rarely need it! Correctness: Nice to reach for, hard to get. Does the software always meet the specification? To a perfectionist, all things are equally Reliability: important. The probability of correct behaviour is? Not our real concern, we accept imperfections. Use formal methods and rigorous proof. Trustworthiness: Is there a low probability that catastrophic flaws If you have a small finite state space, you can do remain after all verification. an exhaustive search. Binary Decision Diagrams, (BDDs) handle slightly bigger cases. Each of these measures is different, each requires a different verification method. Communications Research Laboratory Communications Research Laboratory Software Engineering Research Group Software Engineering Research Group “ connecting theory with practice ” “ connecting theory with practice ” 9 testing.slides October 8, 1996 10 testing.slides October 8, 1996

  6. McMaster University McMaster University WHEN SHOULD WE USE EACH OF THESE WHEN SHOULD WE USE EACH OF THESE QUALITY MEASURES? QUALITY MEASURES? Reliability: Trustworthiness: when we can consider all errors are equally when you can identify unacceptable failures, important, when trust is vital to meeting the requirements, when there are no unacceptable failures, when there may be antagonistic “users”. when operating conditions are predictable, We often accept the systems that are unreliable. when we can talk about the expected cost, We do not use systems that we dare not trust. when your concern is inconvenience , Testing does not work for trustworthiness. when we want to compare risks. Use formal documentation and systematic Use Testing, both Statistical and Planned. inspections. Communications Research Laboratory Communications Research Laboratory Software Engineering Research Group Software Engineering Research Group “ connecting theory with practice ” “ connecting theory with practice ” 11 testing.slides October 8, 1996 12 testing.slides October 8, 1996

  7. McMaster University McMaster University WHAT ARE THE LIMITS OF SOFTWARE WHAT ARE THE LIMITS OF SOFTWARE TESTING? TESTING? 1) It is not usually practical to prove Testing can show the presence of bugs but correctness by testing. never their absence. (E.W. Dijkstra) 2) Testing cannot predict availability. •False in theory, but true in practice, 3) Reliability predictions based on old It is impractical to use testing to demonstrate versions are not valid. trustworthiness. One can use testing to assess reliability. 4) Testers make the same assumptions as the programmers. 5) Planned testing is a source of anecdotes, Two sides of a coin: not data (H.D. Mills). •I would not trust an untested program! •At Darlington we found serious errors in 6) Self-tests test for decay, but not built-in programs that had been tested for years! defects. Formal Methods complement testing. Communications Research Laboratory Communications Research Laboratory Software Engineering Research Group Software Engineering Research Group “ connecting theory with practice ” “ connecting theory with practice ” 13 testing.slides October 8, 1996 14 testing.slides October 8, 1996

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend