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 |
hi!how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing?
Hi everybody. In an interview i was asked to write the ECP for the range (1-10).
Here is the scenario. We have web app. in ASP.NET, server is IIS and database is SQL server2005. The application is used in healthcare industry. I am going to get realtime data from healthcare company to test. I need to perform back end testing. If someone can help me understand how i can start back end testing.
.what are the types of recording modes in winrunner 2.what are the three modes of running a test in winrunner 3.what is synchronization point 4.what are the contents present in a test case 5.do we need testing for the project 6.what is code review and code walk through At which phase the testing starts (begin) in the project How do we test Client server applications and a Web applications what is verification and validation what is adhoc testing what is traceability matrix what is base line document what is Test Life Cycle what is regression testing and retesting what is a BUG LIFE CYCLE what is a Bug what are defects what is functionality testing and system testing. a project has to be released in one day but the testing people got that project from the developers half of the day before so what they have to do to complete the testing process. 20 what are severity level and priority levels
What is the different between QA&QC? Please give answer with examples?
why ur Looking for Change?(In P.M)
What is The difference between Sanity Testing and Regression Testing
Explain Automation Vs Manual Testing?
how to do testing estimation ? is there any genearl formula for that ?
1. can automation testing replace manual testing ? If it so, how ?
What do you do in this application?
Which test cases are written first: white boxes or black boxes?