1. Using the Black Box Testing Technique, what is the test-cases for the following: a. Equivalence class partition on Em
Posted: Sun May 15, 2022 10:08 am
1. Using the Black Box Testing Technique, what is the test-cases for the following: a. Equivalence class partition on Email fields (format: [email protected]) b. Equivalence class partition on Mobile Numbers (format: +(000)-000000000). c. Boundary Value Analysis for Age of any human beings. d. Boundary Value Analysis for Decimal Number, and Binary Number. 2. Convert the following code into descriptive code, and verify using White Box Testing. input (x) input (y) input (ch) if ch='+ res = x + y print (res) else if (ch re = x - y print (res) enf if
3. Convert the following code into descriptive code, and verify using White Box Testing. a = 2 b= 10 cra * b for(i= a, i<b, i = i+a) result = a +i if ( result % 2=0) print ("Even") else print ("Odd") end-if end-for
3. Convert the following code into descriptive code, and verify using White Box Testing. a = 2 b= 10 cra * b for(i= a, i<b, i = i+a) result = a +i if ( result % 2=0) print ("Even") else print ("Odd") end-if end-for