Top "Black-box" questions

A black box is a device, system or object which can be viewed in terms of its input, output and transfer characteristics without any knowledge of its internal workings.

Should black box or white box testing be the emphasis for testers?

Which type of testing would you say should be the emphasis (for testers/QAs), and why? A quick set of …

testing qa black-box white-box
Equivalence Class Testing vs. Boundary Value Testing

I understand how equivalence testing works. How is it the same or different from boundary value testing?

testing equivalence black-box
REST client that can handle login via oauth

I am working as a tester on a system based on a Rest API. Part of my job is to …

testing rest oauth restful-authentication black-box
Control flow graph & cyclomatic complexity for following procedure

insertion_procedure (int a[], int p [], int N) { int i,j,k; for (i=0; i<=N; i++) p[i] = …

c control-flow cyclomatic-complexity black-box white-box
What is black box testing and white box testing

I'm trying to understand one in terms of how it compares to the other. Is white box testing where you …

testing black-box white-box
Hide CMD window after execute command line by the RUN

How to hide CMD/BAT (the black box) WITHOUT using Vbscript, I dont like using VBSCRIPT because it slows down …

cmd command hide black-box
Is JUnit black-box or white-box testing?

Is JUnit black-box or white-box testing? I think that it is white-box but i am not sure. I am looking …

testing junit black-box white-box