Computer Science, asked by vinayakbhatt35, 6 months ago

in white box testing identify the parameters to verify?

Answers

Answered by Arshdeep505
17

Answer:

please Mark As Brainliest

Explanation:

White Box Testing is software testing technique in which internal structure, design and coding of software are tested to verify flow of input-output and to improve design, usability and security. ... The term "WhiteBox" was used because of the see-through box concept.

Answered by aditijaink283
3

Answer:

The answer to the given question is:

White box testing includes code checking for:

  • Internal security holes
  • Broken or unstructured paths in the coding process
  • The flow of specific input data through code
  • Expected results
  • Conditional loop functions
  • All statements, objects, and Functional Testing Individual Criteria

Explanation:

White box testing is a software testing technique in which the internal structure, design, and coding of the software are tested to verify the input-output flow and to improve the design and usability. and security.  In white box testing, the code is visible to the tester, so it is also known as glass box testing, inner box testing, open box testing, transparent box testing, and code-based testing.

This is one of the two parts of the Box Testing methodology for software testing. Its counterpart, Black Box testing, involves testing from outside or end-user perspective.

#SPJ3

Similar questions