What is difference between black box testing and whitebox testing?
Answers
Answered by
0
Colour difference....
Answered by
0
Difference between white boxes and black box testing tutoring
White box testing:
- Internal structure knowldge ha sto be required
- It is done by software developers.
- Knowledge of implementation is required.
- In this inner or the internal software testing has to be done.
- After detail design document,Testing has to be done.
- Programming knowldge is required.
- It is the logic testing.
- It is also called as clear box testing.
- It is most time consuming.
- It is suitable for algorithm testing.
- Data domains along with inner or internal boundaries can be better tested.
- Example: by input to check and verify loops
- Types of White Box Testing:
- Path Testing
- Loop Testing
- Condition testing
Black Box Testing
- The code is hidden,no other details can be show.
- It is done by software testers.
- Implementation knowledgs is not needed.
- It can be referred as outer or external software testing.
- It is the functional test.
- No programming knowldge is required.
- It is applicable in the higher levels of testing of software.
- It is also called closed testing.
- It takes least time consuming.
- Example: search something on google by using keyword
- Types of Black Box Testing:
- A. Functional Testing
- B. Non-functional testing
- C. Regression Testing
Learn more about Difference between white boxes and black box testing
Short notes on black box testing
brainly.in/question/12301940
What is software testing explain black box and white box testing on detail with example
brainly.in/question/12504384
Similar questions