How many are the types of Black Box testing ?
Answers were Sorted based on User's Feedback
Answer / mahesh
Black box testing is testing the application from a
functionality perspective with respect to the requirements.
There are different techniques for black box testing which
includes Equivalence Partition, Boundary Value Analysis
etc.,
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / mahesh
Black Box Testing is testing the application with the
testcases that are prepared from the Requirements.
In Black Box Testing, Tester will not have the knowledge of
coding.
Black Box testing is five types.
1) Boundary Value Analsys.
2) Equilence class partitions.
3) Error Guessing.
4) Cause effect graffing.
5) Orthoganl arrays.
| Is This Answer Correct ? | 11 Yes | 6 No |
Answer / anjani d
Black-box test design treats the system as a "black-box", so
it doesn't explicitly use knowledge of the internal
structure. Black-box test design is usually described as
focusing on testing functional requirements. Synonyms for
black-box include: behavioral, functional, opaque-box, and
closed-box. White-box test design allows one to peek inside
the "box", and it focuses specifically on using internal
knowledge of the software to guide the selection of test data.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / syed shareq
Six Types Of Black Box Testing
(1)BVA (Boundary Value Analyses)
(2)ECP (Equivalence Class Partitions)
(3)DT (Decision Table)
(4)OA (Orthogonal Array)
(5)State Tran-session
(6)EG (Error Guessing)
| Is This Answer Correct ? | 1 Yes | 4 No |
To what extent is the tester responsible for the time delay in the test plan execution?
What is Test Coverage?
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
What is 'Shows stopper Bug'
difference between bug reporting and bg tracking
what is the difference sanith testing and smoke testing?
What is Check list for review test cases ?
Hi can any one plz answer me how to set up the test environment does it done by tester it self? its urgent thanks in advance roli
How many Test case we can write to test MS Excel(for System Testing)
What is the difference between Build Management and Release Management ?
When u r executing a test case an error dialog or window appeared on screen describing some msg . u have to send that dialog/window as an attachment to the developer to let him understand properly abt the error dialog /window. how do u capture that error dialog/window as a snapshot , in manual tesitng ?
How do you detemine wat to be tested?