Answer Posted / guest
black box testing:
black box testing focus on the functional requirements
of the softawre. this type of testing method attempts to
find incorrect or missing functions, errors in data
structure or exrenal 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 focus on system externals
black box testing the test cases are created using system
externals.
in black box testing we test the softawre without know how
it is working.
here blindly we r testing the software thats why we call it
as black box testing.
here we test the behaviuor of the application thats we also
call it as bahavioural testing.
white box testing:
white box testing examines the basic program structure and
it derives the test data from the programing logic.ensuring
that all statements and conditions have been executed
atleast once.
white box testing verify that the software design is valid
whether it was built according to the specified design or
not.
white box testing also called as stuctural testing.
in white box testing the tester should aware of the code.
execute each statement atleast once .
execute each decision direction atleast once.
execute each decision direction with all possible outcomes
atleast once.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is port testing and do it comes in manual testing?
What are the Major Functionality for a ATM machine ??
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
Why you are selected software testing as career ?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
Why should you care about objects and object-oriented testing?
Tell me example for Risk,Mitigation,Assumption?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
what types of testing you performed in transfer funds module....
How do you define a testing policy?
How do you perform configuration management with typical revision control systems?
How do you Prepare a Defect Managemnt Policy
when do you escalte issue to your manager?
Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?