what is black box testing
Answers were Sorted based on User's Feedback
Answer / manjula
Blackbox testing is the functional or nonfunctional
testing of the application without any knowledge about the
code.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / balaji
black box testing is a concept which is used to testing the
software as a overview.
*giving input
*getting output
*there is no idea about internal workings
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sudhakar8
Black box testing - not based on any knowledge of internal
design or code. Tests are based on requirements and
functionality.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sevy
Basicaly it is a type of testing, either functional or non-
functional, without reference to the internal structure of
the component or system.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / narendra
Blackbox testing contains both Functional and Non-functional
testing .
Functional testing contains the validity and non-validity of
the application.
Non-Functional testing contains the look and feel of the
application.
Blackbox testers will not have any knowledge about the
internal structure of the application.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / preethi
Also known as functional testing. Asoftware testing
technique whereby the internal workings of the item being
tested are not known by the tester. For example, in a black
box test on a software design the tester only knows the
inputs and what the expected outcomes should be and not how
the program arrives at those outputs. The tester does not
ever examine the programming code and does not need any
further knowledge of the program other than its
specifications
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / thaivanai
It is the outer structure of testing without going indepth
functionality
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijay
Black box testing is the testing the application with out
knowing the internal structure of the application.
In Black box testing we will functional non functional
testing including security testing also.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ajay
BBT is nothing but the funtionality testing which is done
by the testing team only and they will not interfere in
the internal stucture of the application. Like code
tesitng etc..
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / manoj kumar
It is a process of giving the input to the system and
checking the output of the system,without bothering about
the system that how the system generates the output.also
called behavior testing,data-driven testing,I/O -driven testing
| Is This Answer Correct ? | 0 Yes | 0 No |
What is split testing?
What is the first test in software testing process a)Monkey testing b)Unit Testing c)Static analysis d)None of the above
write test strategy for hotmail login screen
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
can automation testing replace manual testing?it it so,how?
Functional and Integration test scenarios for actitime application
what type of questions we can ask the interviewer after finishing of the interview?
is smoke testing is perform before realease Product
What is the difference between debugging and manual testing?
When a bug posted by QA is rejected by Dev and Dev says is not a bug. How to convince Dev that it is a valid bug?
hi all, i am new to testing environment.i have two questions 1.what is the difference between volume test and load test.? 2.generally ,what is the output for stress testing.?because it is beyond the limit.and what is the use of stress testing?
At what stage of the development cycle software errors are least costly to correct?