special value testing

7
Special Value Testing - by French Fries

Upload: bapi-das

Post on 07-Aug-2015

655 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Special value testing

Special Value Testing

- by French Fries

Page 2: Special value testing

WHAT IS SPECIAL VALUE TESTING ?

It is the form of functional testing.

Testing where Tester domain experience, knowledge on similar products/projects, intuition helps in testing the application successfully.

Page 3: Special value testing

WHAT IS SPECIAL VALUE TESTING ?

Use best engineering judgment

Domain knowledge Experience Soft spots

Page 4: Special value testing

EXAMPLES

Ex 1: Assume, Y = K (op) J

- op = operator, J = Variable , K =constant If op=* or / => Special Value= 0,1If op=+/- => Special Value=0

Page 5: Special value testing

EXAMPLES

Ex 2: int sort(int arr[] ,int n)

Where n=0 or arr[] is emptyset /and value=1;

Page 6: Special value testing

Advantages: - Soft Spots error can be identified with minimal efforts.

Dis-advantages: 1)Domain Knowledge is required.2)There is no Co-ordination with developers.

Page 7: Special value testing

Thanks