Login
Remember
Register
Q&A
Questions
Ask a Question
What is the use of white box Testing?
Home
>
Technology
>
What is the use of white box Testing?
0
votes
asked
Oct 19, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
What is the use of white box Testing?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Oct 19, 2020
by
JackTerrance
(
1.7m
points)
To ensure:
That all independent paths within a module have been exercised at least once.
All logical decisions verified on their true and false values.
All loops executed at their boundaries and within their operational bounds internal data structures validity.
To discover the following types of bugs:
Logical error tend to creep into our work when we design and implement functions, conditions or controls that are out of the program
The design errors due to difference between logical flow of the program and the actual implementation
Typographical errors and syntax checking
Related questions
0
votes
1
answer
What is the Difference Between White-Box and Black-Box Testing?
asked
Oct 19, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
How many types of White Box Testing Tools?
asked
Oct 19, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
How many types and Techniques of White Box Testing?
asked
Oct 19, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
Does white box testing requires detailed programming skills?
asked
Oct 19, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is Performance Testing?
asked
Oct 19, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...