As it was mentioned in the first part of the article Black Box Testing is testing without knowledge of the internal workings of the item being tested.

Black Box Testing. Part II

It means that when black box testing is applied to software engineering, the tester would only know the “legal” inputs and what the expected result should be, but not how the program actually arrives at those results.

Because of this that black box testing can be supposed testing with deference to the specifications, no need for other knowledge of the program.

So software tester and the programmer can be independent of one another. Test groups are often used for this type of testing.

According to the nature of black box testing, the test planning can start as early as the specifications are written.

The contrary of this would be glass box testing, where test data are derived from direct examination of the code to be tested. For glass box testing, the test cases cannot be determined until the code has been written.

Both of these types of testing have benefits and shortcomings, but when they are used in complex, they help to ensure thorough testing of the software product.

http://qatestlab.com/
Share
Related Documents
  1. In What Stage Are There More Software Bugs? (2428)
  2. Basics of Software Testing Policy (2850)
  3. What Does Testing Company Need From User To Start Proper Testing? (2386)
  4. Start Software Testing On Early Stages. How Does This Affect Cost? (3350)
  5. Principal Types of Verification (2512)
  6. Latent and Masked Software Bugs. What Is The Difference? (2798)
  7. Main Types of Defects in Software Testing (3548)
  8. Successful Bug Reporting (2485)
  9. Software Testing Documentation (2599)
  10. White Box Test Techniques. Linear Code Sequence and Jump Testing (3336)
  11. Control, Monitoring and Estimation in Software Testing (2694)
  12. The Main Goal of Acceptance Testing (3025)
  13. Undesirable Bug Reporting (2303)
  14. Configuration Management in Software Testing (2674)
  15. Workbench Concept in Software Testing (2611)
  16. What Is Software Bug Seeding? (1391)
  17. What Is Data-Driven Testing? (2606)
  18. What Is The Difference Between White Box, Black Box And Gray Box Testing? (1463)
  19. Validation and Failures In Software Testing (3059)
  20. What to Test and What Type of Faults Are Found? (2026)