PDA

View Full Version : What is White Box testing?



blackmagiccure
08-03-2019, 12:00 AM
Hello friends,

What is White Box testing?

PrimeItSolution
08-04-2019, 09:56 PM
HITE 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.

akshay
08-05-2019, 01:55 AM
White box testing is a testing technique, that examines the program structure and derives test data from the program logic/code.

harshal14
08-05-2019, 02:29 AM
The white box testing strategy deals with the internal logic and structure of the code. White box testing is also called as glass, structural, open box or clear box testing.

PoolMaster
08-05-2019, 02:42 AM
Whitebox testing is software Testing Strategy based on an analysis of the internal structure of the component or system.

vinayak
08-05-2019, 03:04 AM
The white box testing strategy deals with the internal logic and structure of the code. White box testing is also called as glass, structural, open box or clear box testing.

chetna
08-08-2019, 11:32 PM
White box testing involves looking at the structure of the code. When you know the internal structure of a product, tests can be conducted to ensure that the internal operations performed according to the specification.

ritesh3592
08-09-2019, 09:23 PM
White Box Testing means the testing of a software solution's internal coding and infrastructure

RH-Calvin
08-20-2019, 10:27 PM
White-box testing is a method of software testing that tests internal structures or workings of an application, as opposed to its functionality. In white-box testing an internal perspective of the system, as well as programming skills, are used to design test cases.

shunny0007
01-28-2021, 12:52 AM
The white box testing strategy deals with the internal logic and structure of the code. White box testing is also called glass, structural, open box, or clear box testing.

vijayshah1140
02-23-2021, 10:52 PM
Enough answers are given, I think @admin should close the thread now!!