CS608 ASSIGNMENT NO. 1 SPRING 2023 || 100% RIGHT SOLUTION || SOFTWARE VERIFICATION AND VALIDATION || BY VuTech
Visit Website For More Solutions
www.vutechofficial.blogspot.com
KINDLY, DON’T COPY PASTE
QUESTION:
An ABC software house is developing a website for public use. You are required to identify either the following statements fall under block box or white box testing.
SOLUTION:
Statements: | White box/black box |
Executing the if else condition with 4 possible test cases. | White box |
Test the functionality of the conditional loop.
| Black box |
A specific field may accept values between 0 and 1000. | Black box |
Verifying that only above 18 age group users can use this website. | Black box |
Checking that it is possible to login using the correct user credentials, and not possible to login using wrong credentials. | Black box |