Why do we write black-box test cases first and not white box test cases?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Black box test cases are typically written first, followed by white box test cases, which require a good level of architectural clarity. This is unavailable during the early stages of the project; hence, it is impossible to write white box test cases early.
Unlike white-box test cases, black-box test cases, demand requirements documents, and design/project plans. These are available early in the project. Hence, we write black-box test cases first.