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
1. Using the Black Box Testing Technique, what is the test-cases for the following: a. Equivalence class partition on Em
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1. Using the Black Box Testing Technique, what is the test-cases for the following: a. Equivalence class partition on Em
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!