49
1 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Black Box Software Testing Black Box Software Testing Spring 2005 Spring 2005 SCRIPTING: AN INDUSTRY WORST PRACTICE? Cem Kaner, J.D., Ph.D. Professor of Software Engineering Florida Institute of Technology and James Bach Principal, Satisfice Inc. Copyright (c) Cem Kaner & James Bach, 2000-2005 This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. These notes are partially based on research that was supported by NSF Grant EIA- 0113539 ITR/SY+PE: "Improving the Education of Software Testers." Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

  • Upload
    others

  • View
    15

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

1Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Black Box Software TestingBlack Box Software TestingSpring 2005Spring 2005SCRIPTING: AN INDUSTRY WORST PRACTICE?

Cem Kaner, J.D., Ph.D.Professor of Software EngineeringFlorida Institute of TechnologyandJames BachPrincipal, Satisfice Inc.

Copyright (c) Cem Kaner & James Bach, 2000-2005This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.

These notes are partially based on research that was supported by NSF Grant EIA-0113539 ITR/SY+PE: "Improving the Education of Software Testers." Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

Page 2: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

2Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

ScriptingScripting• COMPLETE SCRIPTING is favored by people who believe

repeatability is everything and that with repeatable scripts, wecan delegate to cheap labor.

• Here's the kind of detail you often find in scripts

1 __ Pull down the File menu 2 __ Select Print3 __ The program displays the Print dialog 4 __ Enter 2 in Number of copies5 __ Enter a check in Collate

• The idea (the fantasy) is that the script specifies the test so precisely that the person following it can be a virtual robot, doing what a computer would do if the test were automated.

Page 3: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

3Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Scripting: Another formatScripting: Another formatObservation notes

Design notes

What to see

What to do

Check?

Step #

This starts the blah blah test, with the blah blah goal

File menu down

Pull down File menu

____1.

This is the format I used at WordStar, long ago (back when I thought scripting was a good idea).

Page 4: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

4Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Scripting: Scripting: Perceived benefitsPerceived benefits

Proponents believe scripting offers several benefits:– Repeatability: Different testers, following the same script, will do the same

things and achieve the same results. This provides a level of process control for testing.

– Scalability of expertise: One expert tester writes the scripts and junior testers execute them. We leverage our best people.

– Ability to add inexpensive staff: The juniors cost less than the senior.– Supports outsourced testing: Cheap labor far away can follow scripts.– Ability to add staff late in the project: scripts provide structure for the

tester who is unfamiliar with the product. If the project schedule falls behind, we can add testers and keep them busy without too much training cost.

– Training: The script acts as "training wheels" for the new tester. After several months of following a wide range of scripts, the new tester will have learned by example a lot about the program and how to test it.

Page 5: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

5Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

So, what’s wrong with scripting?

Page 6: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

6Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

LetLet’’s try an example: A s try an example: A simple arithmetic exercisesimple arithmetic exercise

Obtain this many marbles

We have a vat of marbles and three jars, with the following capacities

Problem

1003127211

Page 7: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

7Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Arithmetic exerciseArithmetic exerciseObtain this many marbles

We have a vat of marbles and three jars, with the following capacities

Problem

9925163142

1003127211

Page 8: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

8Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Arithmetic exerciseArithmetic exerciseObtain this many marbles

We have a vat of marbles and three jars, with the following capacities

Problem

121614293

9925163142

1003127211

Page 9: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

9Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Arithmetic exerciseArithmetic exerciseObtain this many marbles

We have a vat of marbles and three jars, with the following capacities

Problem

121614293

51043184

9925163142

1003127211

Page 10: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

10Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Arithmetic exerciseArithmetic exercise

121614293

20349235

51043184

9925163142

1003127211

Obtain this many marbles

We have a vat of marbles and three jars, with the following capacities

Problem

Page 11: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

11Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Arithmetic ExerciseArithmetic Exercise• What we see is that people adapt to procedures.• Once in the mindset of a set procedure

– people are likely to miss or ignore blatantly obvious information that tells them that:

• a different procedure would be more efficient (in this case)

• this procedure is not applicable to this situation

• something else happened while they were following a procedure, that isn’t within the scope of consideration of this procedure

Page 12: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

12Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

This contrasts with a This contrasts with a common assumptioncommon assumption• The assumption

– When someone is following a standard procedure, they’ll keep their eyes open and notice unusual things, notice variation, et cetera

Page 13: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

13Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

This contrasts with a This contrasts with a common assumptioncommon assumption• The assumption

– When someone is following a standard procedure, they’ll keep their eyes open and notice unusual things, notice variation, et cetera

• Have you ever noticed?– What happens when you drive to a new place

• from a map, or in some other way, making your own way• with a navigator who says, “turn left next light” etc

– If you try to go there again, do you remember the route?

Page 14: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

14Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

This contrasts with a This contrasts with a common assumptioncommon assumption• The assumption

– When someone is following a standard procedure, they’ll keep their eyes open and notice unusual things, notice variation, et cetera

• Demonstration– We’ll do this together in the live class– If you’re taking this class remotely, please skip to the Scripting

Part B slide set

Page 15: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

15Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

This contrasts with a This contrasts with a common assumptioncommon assumption• The assumption

– When someone is following a standard procedure, they’ll keep their eyes open and notice unusual things, notice variation, et cetera

• The contrast– The examples suggests the reverse, that people get locked into

procedures, focus more on following the instructions than on thesystem being worked through those instructions.

• My assertion– When people embrace procedures, they often become automatons.

Page 16: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

16Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Another exampleAnother example• Study compared normal rats with rats with

fornix-fimbria lesions that destroyed the hippocampus.

• Through a series of pilot studies, the experiment simplified and simplified until it was finally a big white box (with an electrical grid) for a floor and a smaller black box, with a metal door between them.

• Rats were placed in the white box, given a signal, and had to move to the black box within 5 seconds or get shocked.

• Normals appeared to know where they were and where they wanted to go. The lesioned rats appeared to have learned a fallible procedure for escaping.

How do Fornix-Fimbria Lesions Affect One-Way

Active Avoidance Behavior?

Cem Kaner, Bob Osborne, Harvey Anchel,

Mark Hammer & Abraham H. Black

McMaster University

86th Annual Convention of the American

Psychological AssociationToronto, Canada, August

28, 1978

Page 17: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

17Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Normal, hooded rat(rattus norvegicus) raised in our lab

Page 18: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

18Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Lab rat with a lesion of the fornix, which causes damage to the rat’s hippocampus.• affects (among other

things) the rat’s short term memory and its ability to interpret its location in space

Page 19: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

19Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

30 cm 50 cm

30 cm

30 c

m

The experimental chamber

Page 20: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

20Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

1 minute of exploration, then start after he enters the black side

Page 21: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

21Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Put him in the white section, away from the door

Page 22: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

22Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

He explores. After 16 seconds, the buzzer sounds and we open the door

Page 23: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

23Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

5 seconds later, Eeek! A shock.

Page 24: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

24Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

He bounces and runs until he gets to the dark side where there is no grid and no shock

Page 25: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

25Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

A minute later, we start again

Page 26: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

26Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

He comes to the front right away, sometimes chews on the closed door, trying to drag it open

Page 27: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

27Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

When the door opens …

Page 28: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

28Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

He runs to the dark side and stays there

Page 29: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

29Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

The experiment with the lesioned rat starts the same way. Explore first, then position him away from the door

Page 30: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

30Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Eek! Ouch! Bounce!

Page 31: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

31Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Safe, at last

Page 32: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

32Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Next trials. Stays at the back for the full 16 seconds. Visibly frightened. Gets shocked a few more times.

Page 33: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

33Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

New strategy. Waits 16 seconds, then turns left. Goes to the wall.

Page 34: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

34Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Turns left

Page 35: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

35Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Runs to the wall

Page 36: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

36Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Turns left, runs to the door. And jumps through

Page 37: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

37Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Same patterns again and again. The normals go to the front and try various things to get out right away. The fornicals wait, turn, run, turn, run, turn, run, turn into black side—follow the same procedure almost every time.

Page 38: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

38Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

At the end, try some probes.

Example, put rat at front.

The normal stays at front and tries to get out. …

Page 39: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

39Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

The lesioned rat stays at the front, waits, then turns and runs and turns and runs. …

Page 40: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

40Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Several lesioned rats even jumped (as if they were jumping into the black side) and bounced off the wall. (Ouch!)

Page 41: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

41Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Then they turn and run and turn and run and turn and run and finally jump into the dark side, often taking a shock in the process.

Page 42: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

42Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

In another probe, we put rats in the black side, waited 16 seconds and opened the door. Normals stayed in the black side. Fornicals often turned and ran and turned and jumped into shock.

Page 43: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

43Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

The normal rats seemed to understand where they were and where they wanted to go. They acted accordingly.

The lesioned rats seemed to use few external stimuli as cues, relying on rigid response patterns instead of their context.

In sum In sum ……

Page 44: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

44Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Scripting and Scripting and the testers' tour busthe testers' tour bus

• The Greyhound Bus of software testing: “Just relax and leave the thinking to us.”

– To the novice, the test script is the whole tour. The novice tester goes through the script, start to finish, and thinks he’s seen what there is to see. • The novice follows the script.

– To the experienced tester, the test script is a tour bus. When she sees something interesting, she stops the bus and takes a closer look.• The skilled tester breaks away from the script. • The skilled tester can also notice problems that the script writer

didn't anticipate, and make comparisons that the script doesn't call for. An automated test is very different from a human test

• In effect, the script hides what the skilled tester is doing.• One problem with a bus trip. It’s often pretty boring, and you

might spend a lot of time sleeping.

Page 45: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

45Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Scripting doesn't live up to Scripting doesn't live up to its promiseits promise

• Not repeatable: Different people following the same script do and notice different things.

• What expertise are you scaling? The person who writes the tests imagines a subset of the possible issues and, by the nature of scripting, is limited to a small set of tests that will be repeated over and over. See our discussion of GUI level regression--the repeated tests lack power. Worse, the script's focus on the same expected result every time steers the script user away from noticing other dimensions of (mis)behavior.

• All the disadvantages of GUI-level capture/replay automation: hard to maintain, no modularity, high costs of UI changes, unlikely to expose many bugs.

• Misses the critical advantage of automation: If you run a bunch of tests that are unlikely to yield much information (because you've run them before), at least with automated tests, you can minimize the time a human spends running them (additionally, automated tests can be better designed for maintainability).

• No communication of analysis: Scripts vary on this, but most focus on procedure without explaining the point of the test. Neither the tester who follows the script nor the one who maintains it knows what was in the mind of the test designer.

• Ineffective way to educate: Step by step procedural instruction is a poor way to teach someone about the program or about testing. It's not how people learn.

Page 46: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

46Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

ScriptingScripting• Chip Groeder created scripts as pseudocode, in preparation for

test automation. Won the Best Paper award at STAR 97.

• He found most (88%) of the bugs during creation of the scripts (my experience too).

• Maybe the bug-finding benefit lies in structured exploration, rather than fully-specified regression.

Page 47: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

47Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Never do ANY kind of Never do ANY kind of scripting?scripting?

• Checklists (as distinct from scripts) have their place. For example, think of a release checklist for a product:– Update your virus checkers

• It doesn’t say which ones, it doesn’t say how to update a virus checker– Test the product with at least 2 virus checkers

• It doesn’t tell you how to use a virus checker– Check your set of files against the output of the source control system

• The checklists cover many very different tasks– All of them must be done– The overall task is rarely done, so many steps may be forgotten.

Page 48: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

48Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

Alternatives to scripting?Alternatives to scripting?• I prefer to tell testers what to test (what issues to cover), not

how to do the tests. Teaching people “how” is a matter of training, not something that I record time and time again in thetest plan. A checklist will sometimes be the right way to present the list of issues.

• I think the level of detail is sufficient if I can successfully pass the section to a reasonably experienced tester who is a little familiar with the program and be confident that she can figure out what the test cases are and how to run them.

Page 49: Black Box Software Testing Spring 2005 · 4 Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach Scripting: Perceived benefits Proponents believe scripting offers several

49Black Box Software Testing Copyright © 2005 Cem Kaner & James Bach

In sumIn sum

• Can we call this a worst practice?(I want to, but James won’t let me)

– There are (some) valid contexts for test scripts• For example, they can give a detailed enough description of a test that

an auditor can understand (or think she understands) what was done and what was seen.

– So we see again that we can’t declare a practice best or worst, that its value depends on its context (even in this case).

• Scripting is a prototypic factory school tool– One smart person defines and directs the work. The rest follow

instructions• But it is rigid, inappropriate for soliciting fresh insights and observations

of unexpected events in a task that is constantly changing: The product is changing. The types of problems of interest are changing.