What is Black Box testing and who is responsible for Black
box testing?
Answers were Sorted based on User's Feedback
Answer / suresh
Without knowing the internal knowledge of the applicatin if
your r doing testing it comes under Black Box testing..
Testers are responsible for this.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / uday kumar. a
Blcak box testing is nothing but testing the application,
without going through the source of the application.
Here the test engineer will work only on the .exe or
completed setup of the web site.
There are so many techniques we can follow in Black box
testing
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / vsnraju19
Black box testing is the testing the functionality of the
application and the one who is creative in thinking in
different prospectives can test the application
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jawahar
•Functionality of the application is tested here
•no need of coding / programming knowledge
•Need the Domain knowledge & some basics of database
knowledge
•Testers simply give the inputs and check the output
without knowing how the operations are performed.
Test Engineers will do the black box testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srikar.k
A Testing method where the application under test is viewed
as a black box and the internal beaviour of the program is
completely ignored.
Test engineers are responsible for testing black box testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raju
validation of application according customer requirements
without knwing internel knowledge.
| Is This Answer Correct ? | 2 Yes | 0 No |
black box testing focus on functional requirements of
the software.
this type of testing method attempts to find
incorrect or missing functions, errors in datastructure or
external database acces,initialaisation and termination
errors.
black box testing is conducted on integrated
functional components whose design integrity has been
verified through completion of traceble white box testing.
black box testing method focus on system externals.
black box testing method creates testcaes based on
system externals.
here we test the software without know how it is
working.
we are blindly testing the software thats why we call
it as black box testing.
this is also called behavioural testing ,here we test
the behaviuor of the application.
this is also called as functional testing .
test engineers are responsible for black box testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nitin verma
Black Box testing is the done without having the internal
knowledge abt the code of the software.
Ex:-As we drive cars,we know how to drive them but we did
not have the knoledge of its internal structure,about its
parts or its internal structure.
nitin9360@yahoo.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raghu
Testing on FUNCTIONAL part of an application is called as
Black box testing.
Software TEST Engineers does black box testing
| Is This Answer Correct ? | 2 Yes | 0 No |
How does unit testing play a role in the development / software lifecycle?
What is the difference between volume and stress?
IN TEST PLAN DOC, WHAT R THE ASUUMPTIONS MADE BY BY THE TEST ENG?
how to test ecg machine?
If you found any high priority bug before release product then what will you do as tester if you only tester in team??
If there is only one module or unit then how you test it?
U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u will test? What are the positive and negative test cases? How will U use Equivalence class Partition ?
if my documents (SRS &FRS) having erros(does not meets) the requirements in that situation,which document i should take to write the testcases?(othere wise which steps i should take? Thanks In Advance
When you were testing an application, you found a strange pop up with a “500 internal error” and you thought to log it as a defect. Give description of the defect along with all the details you expect in the defect content
describe Bug life Cycle and the process taken in your organization.
explain test life cycle
In front end if you enter one record it will be inserted in to 20 tables in back end.so How you are going to test in Manually whether data is going properly in to concern data tables or not? Is there any better solution to do that instead of opening the table and checking individually?