Computer Science, asked by jelly28, 1 year ago

what is black box testing

Answers

Answered by anshika1020
2
Hey...

Here is your answer..

Black box testing is the method of Software testing which is used to test the software without knowing the internal structure of code or program.
Answered by gratefuljarette
1

Black box testing:

In black box testing the code for the project is not to be tested.

  • The code is hidden and no other details can be shown.
  • It is done by software testers.  
  • Implementation knowledge is not needed.
  • It can be referred to as outer or external software testing. 
  • It is a functional test.
  • The programming knowledge is not required.  
  • It is applicable to the higher levels of testing of software.
  • It is also called closed testing.  
  • It takes at least time-consuming.  
  • Example: search something on google

Learn more about software testing

Software testing methods and techniques jovanoviÄ irena

brainly.in/question/2958105

Why the software testing is important in software development system?

brainly.in/question/13621081

Similar questions