0 votes
in Testing by
Which test cases are written first: white boxes or black boxes?

1 Answer

0 votes
by

Usually, black box test cases are written first and white box test cases later. To write black box test cases we need the requirement document and, design or project plan. These documents are easily available at the initial start of the project. White box test cases cannot be started in the initial phase of the project because they need more architecture clarity which is not available at the start of the project. So normally white box test cases are written after black box test cases are written.

Related questions

0 votes
asked Nov 13, 2020 in Testing by sharadyadav1986
+1 vote
asked Mar 27, 2021 in Testing by rajeshsharma
...