Question: 6- What is white box testing, black box testing and fuzzing testing. Test the following code using these testing methods. #include void main (){
6- What is white box testing, black box testing and fuzzing testing. Test the following code using these testing methods. #include void main (){ int num[20]; int i, j, a, n; printf("enter number of elements in an array "); scanf("%d", &n); printf("Enter the elements "); for (i = 0; i
Step by Step Solution
3.53 Rating (153 Votes )
There are 3 Steps involved in it
White box testing black box testing and fuzz testing are different testing methods used to evaluate the functionality security and reliability of soft... View full answer
Get step-by-step solutions from verified subject matter experts
