what is black box testing, and what are the methods for BBT
plz explain it
Answers were Sorted based on User's Feedback
Answer / abdul
The process of selecting test cases which are related to
specfication of the component and not related to internal
structure is known as black box testing.
diffrent type of bb testing are
1. Boundary value analysis
2. Equivalence partition
3. State transition
4. Decision table
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / shilpa
blackbox testing is testing the system witout going in the
inner structure
methods of bbt
eqvilance partioning
error guessing
boundary value analysis
Is This Answer Correct ? | 9 Yes | 1 No |
blacking box testing mean's external view of the test object.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chethan p
Treating the Software as a Black Box, passing inputs and
checking for resepective response is called Black Box
Testing. Here the user is not worried about the code or
structure of the programme.
Checking if ACTUAL RESULT = EXPECTED RESULT.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / varshab
Black box testing is also known as requirement based
testing.In this we dont require internal knowledge of the
application.We are concerned about what it does.We provide
some input then it gets processed & we observe the
output.By observing this output we conclude test is passed
or failed.(By comparing actual result with expected one).
Below are the methods used in BBT.
1) Equivalence Partitioning
2) Boundry value analysis
3) State stansition
4) Decision table.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / krishna
here black box testing means just giving the i/p and
checking the o/p wht we r looking for,no need of going
through the structure of the program..user can do this one
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vijay
In short, it is Behavioural Testing/Fuctional testing.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rkcr
Testing the application with out having any knowledge of
internal logic.
The different techniques which are used for black box
testing are :
1. Boundary value Analysis.
2. Equivalance partitioning.
3. Decision tables techniques.
4. State transition techniques.
5. Use case based testing techniques.
Is This Answer Correct ? | 0 Yes | 0 No |
What is an error?
What u will do if you have less time for testing (3-4 days) instead of 10 days.
in which Software Life cycle phase does testing occur?
What are the Test case for the file transfer.
Can anyone give me the example of High Priority and High severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Thanks in Advance.
Can anybody explain about Mercury Quality Center " Dashboard tab" and its usage. Thanks in advance
After completion of testing process what are the mandatory documents that a tester can produce?
4 Answers ArisGlobal, IBM, TCS,
1.how you know all test cases are cover in one application? 2.what is difference between error message and warning message ? 3.what are the items comes under traceabily materix?
what is system integration testing and component integration testing?
What report u generate after completing testing?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP