Testing Flashcards

(4 cards)

1
Q

what is black box texting

A

is functional testing carried out independently of the code used in the program

#it covers allthe inputs,outputs and program functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is white box testing

A

is structural testing carried out dependent on the code logic and derives from the program structure rather than its function

#the program is studied and test each possible path at least once.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is one disadvantage of black box testing

A

You cannot see the program logic so cannot fix the logic errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is one disadvantage of white box testing

A

It does not detect missing functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly