edited by
425 views
1 votes
1 votes

Which of the following statements is/are FALSE with respect to software testing?

$S1$: White-box tests are based on specifications; better at telling whether program meets specification, better at finding errors of ommission.

$S2$: Black-box tests are based on code; better for finding crashes, out of bounds errors, file not closed errors.

$S3$: Alpha testing is conducted at the developer’s site by a team of highly skilled testers for software that is developed as a product to be used by many customers.

  1. Only $S1$ and $S2$ are FALSE
  2. Only $S1$ and $S3$ are FALSE
  3. Only $S2$ and $S3$ are FALSE
  4. All of $S1, S2$, and $S3$ are FALSE
edited by

Please log in or register to answer this question.

Answer:

Related questions

1 votes
1 votes
3 answers
1
Arjun asked Nov 5, 2017
838 views
Which of the following routing technique / techniques is/are used in distributed systems?Fixed RoutingVirtual RoutingDynamic Routing(a) only(a) and (b) only(c) onlyAll (a...
1 votes
1 votes
2 answers
3
Arjun asked Nov 5, 2017
910 views
The Sigmoid activation function $f(t)$ is defined as$\dfrac{1}{\text{exp} (t) + \text{exp} (-t)}$$t \text{ exp}(-t)$$\dfrac{1}{1+ \text{exp} (t)}$$\dfrac{1}{1+ \text{exp...