SLIDE 1
2
Problem Statement
Given
- T = {t1, t2, …., tn} test cases
- R = {r1, r2, …., rm} testing requirements
- Testing requirements exercised by each ti (i = 1..n)
Find
- Minimum cardinality subset of T that exercises all the
A Concept Analysis Inspired Greedy Algorithm for Test Suite - - PowerPoint PPT Presentation
A Concept Analysis Inspired Greedy Algorithm for Test Suite Minimization Sriraman Tallam Neelam Gupta The University of Arizona Problem Statement Given T = {t 1 , t 2 , ., t n } test cases R = {r 1 , r 2 , ., r m } testing
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17