automatic test data generation the killer app for software testing jeff offutt software engineering...

41
@ GMU Automatic Test Data Generation The Killer App for Software Testing Jeff Offutt Software Engineering George Mason University Fairfax, VA USA www.cs.gmu.edu/~offutt/ [email protected]

Upload: christiana-bryant

Post on 30-Dec-2015

216 views

Category:

Documents


0 download

TRANSCRIPT

@ GMU

Automatic Test Data GenerationThe Killer App for Software Testing

Jeff OffuttSoftware Engineering

George Mason University

Fairfax, VA USA

www.cs.gmu.edu/~offutt/

[email protected]

@ GMU

1. Industrial Software Problems 2. Automatic Test Data Generation3. Unique Aspects of Web Applications4. Input Validation Testing5. Bypass Testing of Web Applications6. The Future of Web Testing and ATDG

OUTLINE

ATDG / Web © Jeff Offutt 2

@ GMUMismatch in Needs and Goals

• Industry wants testing to be simple and easy– Testers with no background in computing or math

• Universities are graduating scientists– Industry needs engineers

• Testing needs to be done more rigorously• Agile processes put lots of demands on testing

– Programmers have to do unit testing – with no training, education or tools !

– Tests are key components of functional requirements – but who builds those tests ?

ATDG / Web © Jeff Offutt 3

Bottom line—lots of crappy software

@ GMUFailures in Production Software

• NASA’s Mars lander, September 1999, crashed due to a units integration fault—over $50 million US !

• Huge losses due to web application failures– Financial services : $6.5 million per hour– Credit card sales applications : $2.4 million per hour

• In Dec 2006, amazon.com’s BOGO offer turned into a double discount

• 2007 : Symantec says that most security vulnerabilities are due to faulty software

• Stronger testing could solve most of these problems

ATDG / Web © Jeff Offutt 4

World-wide monetary loss due to poor software is

staggeringThanks to Dr. Sreedevi Sampath

@ GMUHow to Improve Testing ?

• Testers need more and better software tools• Testers need to adopt practices and techniques that

lead to more efficient and effective testing– More education– Different management organizational strategies

• Testing / QA teams need more technical expertise– Developer expertise has been increasing dramatically

• Testing / QA teams need to specialize more– This same trend happened for development in the 1990s

ATDG / Web © Jeff Offutt 5

@ GMUQuality of Industry Tools

• My student recently evaluated three industrial automatic unit test data generators– Jcrasher, TestGen, JUB– Generate tests for Java classes– Evaluated on the basis of mutants killed

• Compared with two test criteria– Random test generation (by hand)– Edge coverage criterion (by hand)

• Eight Java classes– 61 methods, 534 LOC, 1070 mutants (muJava)

ATDG / Web © Jeff Offutt 6

— Shuang Wang and Offutt, Comparison of Unit-Level Automated Test Generation Tools, Mutation 2009

@ GMUUnit Level ATDG Results

ATDG / Web © Jeff Offutt 7

JCrasher TestGen JUB EC Random0%

10%

20%

30%

40%

50%

60%

70%

45%40%

33%

68%

39%

These tools essentially generate random values !

@ GMUQuality of Criteria-Based Tests

• Two other students recently compared four test criteria– Edge-pair, All-uses, Prime path, Mutation– Generated tests for Java classes– Evaluated on the basis of finding hand-seeded faults

• Twenty-nine Java packages– 51 classes, 174 methods, 2909 LOC

• Eighty-eight hand-generated faults

ATDG / Web © Jeff Offutt 8

— Nan Li, Upsorn Praphamontripong and Offutt, An Experimental Comparison of Four Unit Test Criteria: Mutation, Edge-Pair, All-uses and Prime Path Coverage, Mutation 2009

@ GMUCriteria-Based Test Results

ATDG / Web © Jeff Offutt 9

Edge Edge-Pair All-Uses Prime Path

Mutation0

10

20

30

40

50

60

70

80

35

54 53 56

75

Faults Found

Tests (normal-ized)

Researchers have invented very powerful techniques

@ GMUIndustry and Research Tool Gap

• We cannot compare these two studies directly• However, we can compare the conclusions :

– Industrial test data generators are ineffective– Edge coverage is much better than the tests the tools

generated– Edge coverage is by far the weakest criterion

• Biggest challenge was hand generation of tests• Software companies need to test better• And luckily, we have lots of room for improvement!

ATDG / Web © Jeff Offutt 10

@ GMUFour Roadblocks to Adoption

1. Lack of test education

2. Necessity to change process

3. Usability of tools

4. Weak and ineffective tools

ATDG / Web © Jeff Offutt 11

Bill Gates says half of MS engineers are testers, programmers spend half their time testing

Number of UG CS programs in US that require testing ? 0Number of MS CS programs in US that require testing ?

Number of UG testing classes in the US ?

0~10

Most test tools don’t do much – but most users do not realize they could be better

Adoption of many test techniques and tools require changes in development process

Many testing tools require the user to know the underlying theory to use them

This is very expensive for most software companies

Do we need to know how an internal combustion engine works to drive ?

Do we need to understand parsing and code generation to use a compiler ?

Few tools solve the key technical problem – generating test values automatically

@ GMU

1. Industrial Software Problems 2. Automatic Test Data Generation3. Unique Aspects of Web Applications4. Input Validation Testing5. Bypass Testing of Web Applications6. The Future of Web Testing and ATDG

OUTLINE

ATDG / Web © Jeff Offutt 12

@ GMUAutomatic Test Data Generation

• ATDG tries to create test input values to effectively test the program– Values must match syntactic input requirements– Values must satisfy semantic goals

• The general problem is formally unsolvable• Syntax depends on the test level

– System : Create inputs based on user-level interaction– Unit : Create inputs for method parameters and non-local variables

• Semantic goals vary– Random values– Special values, invalid values– Satisfy test criteria

ATDG / Web © Jeff Offutt 13

I will start by considering test criteria

applied to program units

@ GMUUnit Level ATDG Origins

• Late ’70s, early ’80s†

– Fortran and Pascal functions– Symbolic execution to create constraints and LP-like solvers to find values

ATDG / Web © Jeff Offutt 14

• Early ’90s††

– Heuristics for solving constraints– Revised algorithms for symbolic evaluation

• Mid to late ’90s†††

– Dynamic symbolic evaluation– Dynamic domain reduction algorithm for solving constraints

• Current : Search-based procedures• Boyer, Elpas, and Levitt. Select-a formal system for testing and debugging programs by symbolic execution. SIGPLAN Notices, 10(6), June 1975• Clarke. A system to generate test data and symbolically execute programs. TSE, 2(3):215-222, September 1976• Ramamoorthy, Ho, and Chen. On the automated generation of program test data. TSE, 2(4):293-300, December 1976• Howden. Symbolic testing and the DISSECT symbolic evaluation system. TSE, 3(4), July 1977• Darringer and King. Applications of symbolic execution to program testing. IEEE Computer, 11(4), April 1978

• Korel. Automated software test data generation. TSE, 16(8):870-879, August 1990• DeMillo and Offutt. Constraint-based automatic test data generation. TSE, 17(9):900-910, September 1991

††

• Korel. Dynamic method for software test data generation. STVR, Verification, and Reliability, 2(4):203-213, 1992• Jeff Offutt, Zhenyi Jin and Jie Pan. The Dynamic Domain Reduction Approach to Test Data Generation. SP&E, 29(2):167-193, January 1999

†††

10-15 line functions, algorithms often failed at

statement coverage

Larger functions, edge coverage, >90% data flow, > 80% mutation

Handled loops, arrays, pointers, > 90% mutation scores

@ GMUDynamic Domain Reduction

• Previous techniques generated complete systems of constraints to satisfy test requirements– Memory requirements blow up quickly

• DDR does its work “on the fly”1. Defines an initial symbolic domain for each input variable

2. Picks a test path through the program

3. Symbolically evaluates the path, reducing the input domains at each branch

4. Evaluates expressions with domain-symbolic algorithms

5. After walking the path, values in the input variables’ domain ensure execution of the path

6. If a domain is empty, the path is re-evaluated with different decisions at branches

ATDG / Web © Jeff Offutt 15

@ GMUDDR Example

ATDG / Web © Jeff Offutt 16

1

6 2

7 8 3 4

9 5

10

mid = z

mid = y

mid = y

mid = x

x > z

x >= yx <= yx > y

y >= z

Initial Domainsx: < -10 .. 10 >y: < -10 .. 10 >z: < -10 .. 10 >

Test Path[ 1 2 3 5 10 ]

y < z

mid = x

x < z

x >= y

1. Edge (1, 2)y < z

split point is 0x: < -10 .. 10 >y: < -10 .. 0 >z: < 1 .. 10 >

2. Edge (2, 3)x >= y

split point is -5x: < -5 .. 10 >y: < -10 .. -5 >z: < 1 .. 10 >

3. Edge (3, 5)x < z

split point is 2x: < -5 .. 2 >

y: < -10 .. -5 >z: < 3 .. 10 >

Any values from the domains for x, y and z will execute test path [ 1 2 3 5 10 ]For example : (x = 0, y = -10, z = 8)

@ GMUATDG Adoption

• These algorithms are very complicated– But very powerful

• Three companies have attempted to build commercial tools based on these algorithms– Two failed and generate random values– Agitar created Agitator, which used algorithms very similar to the

DDR …– But Agitar went out of business

• Search-based procedures are easier but less effective• A major question is how to apply ATDG beyond the

unit testing level ?– For example … web applications ?

ATDG / Web © Jeff Offutt 17

@ GMU

1. Industrial Software Problems 2. Automatic Test Data Generation3. Unique Aspects of Web Applications4. Input Validation Testing5. Bypass Testing of Web Applications6. The Future of Web Testing and ATDG

OUTLINE

ATDG / Web © Jeff Offutt 18

@ GMUTesting in the 21st Century

• We are going through a time of change• Software defines behavior

– network routers, finance, switching networks, other infrastructure

• Today’s software market :– is much bigger– is more competitive– has more users

• Agile processes put increased pressure on testers

• Embedded Control Applications– airplanes, air traffic control– spaceships– watches– ovens– remote controllers

ATDG / Web © Jeff Offutt 19

– PDAs– memory seats – DVD players– garage door openers– cell phones

Industry is going through a revolution

in what testing means to the

success of software products

@ GMUTesting in the 21st Century

• More safety critical, real-time software• Enterprise applications means bigger programs, more users• Embedded software is ubiquitous … check your pockets• Paradoxically, free software increases our expectations !• Security is now all about software faults

– Secure software is reliable software

• The web offers a new deployment platform– Very competitive and very available to more users– Web apps are distributed– Web apps must be highly reliable

ATDG / Web © Jeff Offutt 20

Industry desperately needs our inventions !

@ GMU

© Jeff Offutt 21

General Problems with Web Apps

• Web applications are heterogeneous, dynamic and must satisfy very high quality attributes

• Use of the Web is hindered by low quality Web sites and applications

• Web applications need to be built better and tested more

ATDG / Web

@ GMUTechnical Web App Issues

ATDG / Web © Jeff Offutt 22

1. Software components are extremely loosely coupled

2. Potential control flows change dynamically

3. State management is completely different

– HTTP is stateless– Coupled through the Internet – separated by space– Coupled to diverse hardware and software applications

– User control – back buttons, URL rewriting, refresh, caching– Server – redirect, forward, include, event listeners

– HTTP is stateless and software is distributed– Traditional object scopes are not available– Page, request, session, application scope …

@ GMU

1. Industrial Software Problems 2. Automatic Test Data Generation3. Unique Aspects of Web Applications4. Input Validation Testing5. Bypass Testing of Web Applications6. The Future of Web Testing and ATDG

OUTLINE

ATDG / Web © Jeff Offutt 23

@ GMU

© Jeff Offutt 24

Validating Inputs

• Before starting to process inputs, wisely written programs check that the inputs are valid

• How should a program recognize invalid inputs ?• What should a program do with invalid inputs ?• If the input space is described as a grammar, a parser can

check for validity automatically– This is very rare– It is easy to write input checkers – but also easy to make

mistakes

Input ValidationDeciding if input values can be processed by the software

ATDG / Web

@ GMURepresenting Input Domains

ATDG / Web © Jeff Offutt 25

Desired inputs (goal domain)

Described inputs (specified domain)

Accepted inputs (implemented

domain)

@ GMURepresenting Input Domains

• Goal domains are often irregular• Goal domain for credit cards†

– First digit is the Major Industry Identifier– First 6 digits and length specify the issuer– Final digit is a “check digit”– Other digits identify a specific account

• Common specified domain– First digit is in { 3, 4, 5, 6 } (travel and banking)– Length is between 13 and 16

• Common implemented domain– All digits are numeric

ATDG / Web © Jeff Offutt 26

† More details are on : http://www.merriampark.com/anatomycc.htm

All digits are numeric

@ GMURepresenting Input Domains

ATDG / Web © Jeff Offutt 27

goal domain

specified domain

implemented domain

This region is a rich source of software errors …

@ GMU

1. Industrial Software Problems 2. Automatic Test Data Generation3. Unique Aspects of Web Applications4. Input Validation Testing5. Bypass Testing of Web Applications6. The Future of Web Testing and ATDG

OUTLINE

ATDG / Web © Jeff Offutt 28

@ GMUWeb Application Input Validation

Sensitive Data

Bad Data• Corrupts data base• Crashes server• Security violations

Check data

Check data

Malicious Data

Can “bypass” data checking

Client

Server

ATDG / Web 29© Jeff Offutt

@ GMUBypass Testing

• Web apps often validate on the client (with JavaScript)• We can “bypass” the client-side constraint enforcement by

skipping the JavaScript• Bypass testing constructs tests to intentionally violate

validation constraints– Eases test automation– Validates input validation– Checks robustness– Evaluates security

• Case study on commercial web applications ...

ATDG / Web © Jeff Offutt 30

— Offutt, Wu, Du and Huang, Bypass Testing of Web Applications, ISSRE 2004

@ GMUBypass Testing Results

ATDG / Web © Jeff Offutt 31

v

— Vasileios Papadimitriou. Masters thesis, Automating Bypass Testing for Web Applications, GMU 2006

@ GMUTheory to Practice—Bypass Testing

• Inventions from scientists are slow to move into industrial practice

• Wanted to investigate whether the obstacles are :1. Technical difficulties of applying to industrial use

2. Social barriers

3. Business constraints

• Tried to technology transition bypass testing to the research arm of Avaya Research Labs

ATDG / Web © Jeff Offutt 32

— Offutt, Wang and Ordille, An Industrial Case Study of Bypass Testing on Web Applications, ICST 2008

@ GMUAvaya Bypass Testing Results

• Six screens were tested• Tests are invalid inputs – exceptions are expected• Effects on back-end were not checked

– Failure analysis based on response screens

ATDG / Web © Jeff Offutt 33

Web Screen Tests Failing Tests Unique Failures

Points of Contact 42 23 12

Time Profile 53 23 23

Notification Profile 34 12 6

Notification Filter 26 16 7

Change PIN 5 1 1

Create Account 24 17 14

TOTAL 184 92 63

33% “efficiency” rate is

spectacular!

@ GMU

1. Industrial Software Problems 2. Automatic Test Data Generation3. Unique Aspects of Web Applications4. Input Validation Testing5. Bypass Testing of Web Applications6. The Future of Web Testing and ATDG

OUTLINE

ATDG / Web © Jeff Offutt 34

@ GMUMajor Problems with ATDG

• ATDG is not used because– Existing tools only support weak ATDG or are extremely

difficult to use– Tools are difficult to develop– Companies are unwilling to pay for tools

• Researchers want theoretical perfection– Testers expected to recognize infeasible test requirements– Tools expected to satisfy all test requirements

• This requires testers to become experts in ATDG !

ATDG / Web © Jeff Offutt 35

Practical testers want easy-to-use engineering tools that make software better—not perfect tools !

@ GMUNeeded

ATDG / Web © Jeff Offutt 36

ATDG tools must be integrated into development

Unit level ATDG tools must be designed for developers

ATDG tools must be easy to use

ATDG tools must give good tests… but not perfect tests

@ GMUA Practical Unit-Level ATDG Tool

• Principles :– Users must not be required to know testing– Tool must ignore theoretical problems of completeness

and infeasibility—an engineering approach– Tool must integrate with IDE– Must automate tests in JUnit

• Process :– After my unit compiles cleanly, ATDG kicks in– Generates tests, runs them, returns a list of results– If any results are wrong, tester can start debugging

ATDG / Web © Jeff Offutt 37

@ GMUA Practical Unit-Level ATDG Tool

• A power level dial should be available :Level 1 ( Edge coverage )

Level 2 ( Edge-pair coverage )

Level 3 ( Prime path coverage )

Level 4 ( Active clause coverage )

Level 5 ( All-uses coverage )

Level 6 ( Mutation coverage )

• Theoretical compromises– Infeasible test requirements simply ignored– 100% coverage is not required

• Advanced :– Return a report on coverage– Allow developers to mark infeasible test requirements (or

subpaths)ATDG / Web © Jeff Offutt 38

@ GMUPractical System-Level ATDG Tool

• Principles :– Tests should be based on input domain description– Input domain should be extracted from UI– Tool must not need source– Test must be automated– Humans must be allowed to provide values and tests

• Process :– Tests should be created as soon system is integrated

• ATDG tool part of integration tool

– Should support testers, allowing them to accept, override, or modify any parameters and test values

ATDG / Web © Jeff Offutt 39

@ GMUSummary

• Researchers strive for perfect solutions• Universities teach CS students to be theoretically

very strong—almost mathematicians

ATDG / Web © Jeff Offutt 40

• Industry needs usable, useful engineering tools• Industry needs engineers to develop software

ATDG is ready for useA successful tool must be free—open source

@ GMU

© Jeff Offutt 41

Contact

Jeff Offutt

[email protected]

http://cs.gmu.edu/~offutt/

ATDG / Web