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
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.
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
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.
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.
I am uma new commer for this site? I have some doubt's pls
clarify it..... I finished my B.Com and S/w Testing Course
Now iam serarching a job in Testing, I did not have any
experience in real time projects. Any body can send me the
sample Testcases,Srs,Matrix for Banking,ERP Projects etc.,
Dear Friends,
Hi this is anand. I HAVE 2+ YEAR REAL TIME WORKING IN
TESING.want some interview question like
real time question which will place in Testing team. in my
company no testing team like other software company. Some
situation interveiw question.
Eg: If Testing team is complete the testing. when the
Testlead testing the appliction system testing at that
time he found some error. what the testlead will do?
a. he will see the testcase --> SRS
b. he will see the bug report-->testcase-->SRS
c. he will ask the TESTENGINEER
PLS REPLY ME
I Want to know for the different fields For e.g there are 6
different fields and menus, How much possible test Cases
can be written there is any calculation?
is it true that sanity and smoke testing done by developer
to test the basic functionality whether its working
correctly or not before proceeding further testing