what is the diff b/w black box and white box
Answers were Sorted based on User's Feedback
Answer / vish
testing the internal interfacing is called white box and
testing the outer interfacing is black box testing
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ganesan
White Box Testing:
Based on Internal Logic and source code.
Black Box Testing:
Based on User requirements and functionality
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sudhakar8
Black Box testing: The software tester only knows what the
system is supposed to do, he does not know how it works
internally. He has to test on the basis of expected
outputs.
E.g.: System Testing
White Box testing: The software tester has access to the
program/ code and examine it for errors. Also called Clear
Box testing or Structural Testing
E.g.: Unit Testing
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / umesh koodali
Black box testing: Using specifications to come up with test
cases.
White Box Testing: Using Code structure to come up with test
cases.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sandy
Block box testing is done by the test engineers it means
that testing the application without knowing the structural
part of that with knowing the functional part of the
application.
whitebox testing :testing the application with knowing the
structural part of the application is called whitebox testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anish
black box:-
only the input and output is tested...
White box :-
Internal structure i.e codes are also included in this
testing
| Is This Answer Correct ? | 1 Yes | 0 No |
WBT:
1.testing the appliation by single module of single
functionality
2.it s based on the internal logic of the code
3.done by developers
BBT:
1.testing the application whole functionality
2.its not based on the internal logic of the code
3.done by the testers
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mfsi_krushnas
Black-box and white-box are test design methods. Black-box
test design
treats the system as a "black-box", so it doesn't explicitly use
knowledge of the internal structure. Black-box test design
is usually
described as focusing on testing functional requirements.
Synonyms for
black-box include: behavioral, functional, opaque-box, and
closed-box. White-box test design allows one to peek inside
the "box",
and it focuses specifically on using internal knowledge of
the software
to guide the selection of test data. Synonyms for white-box
include:
structural, glass-box and clear-box.
| Is This Answer Correct ? | 0 Yes | 0 No |
I am having 1.6 yrs. of total experience in Software Testing.I have interview call from a company. Tell me which questions are basically ask to experienced persons.
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
What is the Test Methodology and Framework in Testing?and what ur following in ur company?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
Hi,Any body taking real time classes on manual testing.If u know please let me know in my E-Mail-id: anbarasu2k@gmail.com mob no:09740297798
what is mean by object oriented design?how is testing affected by object oriented designs?
They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.
tell me about ur current proect? how can we start, what should we explain? should we expalin the entire proj or only our module? july27 brahma412@yahoo.co.in plz help me
how to know testing of application is finished? because i have a situation from my lead what u r testing u r missing some bugs?
Q2. From the below given choices, which one is the ‘Confidence testing’ A. Sanity testing B. System testing C. Smoke testing D. Regression testing
9 Answers ISTQB, JO, Tech Mahindra, Trekbin,
what is difference between smoke test and exploratory test.?
diff b/w stress testing and load testing?