PDA

View Full Version : What is White Box testing?



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

What is White Box testing?

Neo_5678
08-03-2019, 03:12 AM
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.

ElizabethRGoff
08-03-2019, 03:15 AM
Whitebox testing is actually really just a procedure of program testing that assesses internal workings or structures of a program, as compared to its own functionality.

yuva12
08-03-2019, 09:11 AM
White box testing is the software testing method in which internal structure is being known to tester who is going to test the software.

White-box testing requires internal knowledge of the system and programming skills.
It provides internal perspective of the software under test.

anirban09P
08-05-2019, 12:32 AM
White Box Testing is defined as the testing of a software solution's internal structure, design, and coding. In this type of testing, the code is visible to the tester. It focuses primarily on verifying the flow of inputs and outputs through the application, improving design and usability, strengthening security. White box testing is also known as Clear Box testing, Open Box testing, Structural testing, Transparent Box testing, Code-Based testing, and Glass Box testing. It is usually performed by developers.

rais_26
08-05-2019, 12:51 AM
White box testing techniques analyze the internal structures the used data structures, internal design, code structure and the working of the software rather than just the functionality as in black box testing.

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

imriakapoor
08-09-2019, 01:25 AM
White Box Testing means the testing of a software solution's internal coding and infrastructure.

Amitkumar
08-10-2019, 02:55 AM
White Box Testing is defined as the testing of a software solution's internal structure, design, and coding.

yuva12
08-15-2019, 09:33 AM
White box testing is the software testing method in which internal structure is being known to tester who is going to test the software.
White-box testing requires internal knowledge of the system and programming skills.
It provides internal perspective of the software under test.

Saravanan28
08-31-2019, 08:53 AM
White box testing technique is used by both the developers as well as testers. It helps them to understand which line of code is actually executed and which is not. This may indicate that there is either a missing logic or a typo, which eventually can lead to some negative consequences.

AmandaSivey
09-01-2019, 12:39 AM
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.

tanwirjain
09-01-2019, 10:56 PM
For testing software whitebox is used so that it won't affect the computer.

nikki shah
09-02-2019, 01:46 AM
Don't you think this is a wrong category choice for this post?

manoharparakh
09-07-2020, 04:09 AM
White Box Testing

White box testing is the software testing

method in which internal structure is being known to tester who is going to test the software.

White-box testing requires internal knowledge of the system and programming skills.
It provides internal perspective of the software under test.

Advantages

Efficient in finding errors and problems
Required knowledge of internals of the software under test is beneficial for thorough testing
Allows finding hidden errors

John-Smith
09-08-2020, 01:19 AM
Does this even comes under SEO?!!!

swaroop97
09-08-2020, 06:51 AM
If we go by the definition, “White box testing” (also known as clear, glass box or structural testing) is a testing technique which evaluates the code and the internal structure of a program. White box testing involves looking at the structure of the code.