1. Using the Black Box Testing Technique, what is the test-cases for the following: a. Equivalence class partition on Em

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
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

Post by answerhappygod »

1 Using The Black Box Testing Technique What Is The Test Cases For The Following A Equivalence Class Partition On Em 1
1 Using The Black Box Testing Technique What Is The Test Cases For The Following A Equivalence Class Partition On Em 1 (37 KiB) Viewed 30 times
1 Using The Black Box Testing Technique What Is The Test Cases For The Following A Equivalence Class Partition On Em 2
1 Using The Black Box Testing Technique What Is The Test Cases For The Following A Equivalence Class Partition On Em 2 (17.89 KiB) Viewed 30 times
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply