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
test cases for compose functionality of gmail
How do you Prepare a Defect Managemnt Policy
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
What is Mixed Testing
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
What type of testing you perform in organization while you do system testing, give clearly?
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
Suggest some book to learn more test case???
What is test driver and test stub?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
What are the RBI rules has to follow by a bank for online precesseing. ?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
whats main working for tester. and developer, and prject manager.
What Is risk Based testing?