1.

In White Box Testing What Do You Verify?

Answer»

In white box testing following steps are verified:

  1. Verify the SECURITY holes in the code
  2. Verify the incomplete or broken PATHS in the code
  3. Verify the flow of structure ACCORDING to the document specification
  4. Verify the expected outputs
  5. Verify all conditional loops in the code to CHECK the complete functionality of the application
  6. Verify the line by line CODING and cover 100% testing

In white box testing following steps are verified:



Discussion

No Comment Found