Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
524 views
by Master (1.2k points)

3 Answers

1 like 0 dislike
by Contributing Tester (52 points)
White box testing is a testing method in which internal structure of the code is tested.
0 like 0 dislike
by Contributing Tester (33 points)
reshown by
White box testing is a method of Software testing, which tests the code and internal program structure of the Software. White box testing is also known as:
  • Clear box testing
  • Transparent box testing
  • Glass box testing
  • Structural testing
Difference between the Black box and White box testing: Black box testing is a method of Software testing, which is used to test the visual functionality of the software in the user point of view without testing the internal code. Whereas White box testing is a method of Software testing, which is used to
by Master (1.2k points)
Hi Arun,

Thank you for the answer. Can you kindly post the complete answer and provide link as a source?

-Mayur
0 like 0 dislike
by Contributing Tester (79 points)

WHITE BOX TESTING (also known as Clear Box Testing, Open Box Testing, Glass Box Testing, Transparent Box Testing, Code-Based Testing, or Structural Testing) is a software testing method in which the internal structure/ design/ implementation of the item being tested is known to the tester.

Applicability Levels of white box testing

The White Box Testing method is applicable to the following levels of software testing:

  • Unit Testing: For testing paths within a unit.

  • Integration Testing: For testing paths between units.

  • System Testing: For testing paths between subsystems.

However, it is mainly applied to Unit Testing.

Advantages

  • Testing can be commenced at an earlier stage. One need not wait for the GUI to be available.

  • Testing is more thorough, with the possibility of covering most paths.

 

This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

3.4k users

...