testing methods

9
MAMUNUR RASHID Testing Methods

Upload: mamunur-rashid

Post on 25-Jun-2015

309 views

Category:

Education


2 download

DESCRIPTION

Black box, White box and Grey box testing

TRANSCRIPT

Page 1: Testing methods

MAMUNUR RASHID

Testing Methods

Page 2: Testing methods
Page 3: Testing methods

Black box testing

Testers don’t aware of internal code.Just functionality testing

Page 4: Testing methods

White box testing

Internal code testing

Page 5: Testing methods
Page 6: Testing methods

What testers use ?

Generally SQA team go through Black box testing.

Because:No pre mindset. So, testing is balanced and

unprejudiced.Efficient on large systems.Test cases can be designed as soon as the

functional specifications are complete.

Page 7: Testing methods

Black Box is OK

Page 8: Testing methods

Grey box testing

To test the application with limited knowledge of the internal workings of an application.

Page 9: Testing methods

Overview