why do u go for whitebox testing,when black box testing is
available?
Answers were Sorted based on User's Feedback
Answer / manpreet singh dhawan
As we all know that in white box testing we have the access
to the code so in white box testing we can look at the code
before deciding the test data and also we can know the
potential area where the bugs can be found by looking at
the code
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rajeshwar rao
WHITE BOX testing done by the developer
White box is nothing but coding.
White box testing is also called as glass box testing.
In these testing entire code of the system must be
available.
It is design based testing.
It is a structural testing.
In this white box testing developer must know the
structural knowledge.
In this white box testing some of these aspects will be
considered.
All indepent parts are executed at least once.
All logical dession are exercised both true are false.
All loops are executed at there boundaries.
All internal data structure will be exercised.
ADVANTAGES= 1. COVER common Ares.
2. Cover control structure.
3. Test an integrated the many modules.
For white box testing the developers must know the
structural knowledge. It focuses on the program part rather
then the funcnalitypart.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aravind
While doing a black box testing we will know the
requirement and we directly test the functionality. Here
there is a possibility of leaving certain input condition
(practically speaking exhaustive testing of the system is
not at all possible) which may lead to erroneous result.
This situation described above can be completely avoided by
doing an whitebox testing where we will have the access to
code and bring up a test scenario where the system will
fail and expose the hidden defect.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / josh
whitebox testing is done by the developers and it is used
to do unit and integration testing only. in blackbox
testing u do functional testing,usability testing and
non-functinality testing
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kamblep
White Box Testing requires that the test engg has knowledge
abt the program structure/Coding,the code design is exposed
to the test engg whereas in
Black Box Testing the test engg does not require the
knowledge abt the program structure,the code is hiddden from
the test engg.His job is to test the functionality of the
system.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / murali
for checking the infinite loops and any memory leaks we will
do white box testing.usually it will done by white box testers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkata suresh sandireddy
we prefer whte box tsting before blackbox testing becausr
of foloing advantages.
1. Performance:
There r diferent ways of logics to write a
program. Let us think if a program can be executed in 5sec,
3sc, 6sec we will definetly prefer the logic which will be
executed in 3sec. This can be done by trail and error
method and choose the best suitable logic related program
which results in time saving.
2. Time and cost:
3. Providing minimum guarantee to use the application.
After reading this convey ur heartfu thanks to Mr. Suresh
Reddy, SRSS testing institute, SR nagar, HYD
| Is This Answer Correct ? | 1 Yes | 0 No |
White Box Testing requires that the test engg has knowledge
abt the program structure/Coding,the code design is exposed
to the test engg whereas in
Black Box Testing the test engg does not require the
knowledge abt the program structure,the code is hiddden from
the test engg.His job is to test the functionality of the
system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / a.r.umesh
white box testing is Testing of a function with knowing
internal structure of the program. (Developing stage)
Black Box testing is Testing of a function without knowing
internal structure of the program. (Testing stage)
| Is This Answer Correct ? | 1 Yes | 1 No |
Example for a bug not reproducible ?
How you send defect report?
Write the function test case to add a customer to database.
As a test Engineer what are all the challenges you faced in your project? It takes more time to answer this question but i said wrong... Could anybody answer atleast 4 or 5 answers
2 Answers Hexaware, Sreeven Infocom,
what is use case
Diffference between System Testing & Integration Testing?
1.What is Traceability Matrix and who prepare it. 1.1 How u can map the Requiremet wid Test Cases. 1.2 How u can find out that in Particular Test Case,some requirement is missing. 1.3 For a particular requirement,how u determine that how many TCs should prepare. 1.4 Gaie the Idea about Tracability Matrix,meant Format.
What is diff between Reliability Testing and Recovery Testing ?
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?
My self Rangaraja from hyderabad.I have 2years exp in manual testing in Printing Domain.I want learn Banking domain Could you please any one explain how to test banking domain? if you have documents please share me through following ID:brangaraja@gmail.com.
Hi to group..coule any please let me know the availablitiy of Database Testing Related Stuff?
I m writting the test cases in Excel sheet. After wrting test cases for version 2.0.0 If there is new feature added in build 2.0.1, I will write test cases for newly added feature. Then 3.0 version release for testing with new feature. I will write test cases for newly added feature 3.0 But if in between 2.0.2 build release for testing with same feature of 3.0.Then should I have to write test cases for same feature again? If not --> when 2.0.2build again release for testing after 2months then How should I came to know that I have to run these test cases on 2.0.2build?