edited by
590 views
0 votes
0 votes

Match the following:

$$\begin{array} {llll}  & \textbf{List-I} & & \textbf{List-II} \\ \text{W.} & \text{Condition coverage} & 1. & \text{Black-box testing} \\  \text{X.} & \text{Equivalence class partitioning} & 2. & \text{System testing} \\ \text{Y.} & \text{Volume testing} & 3. & \text{White-box testing} \\ \text{Z.} & \text{Alpha Testing} & 4. & \text{Performance testing} \\ \end{array}$$

  1. $\text{W-2, X-3, Y-1, Z-4}$
  2. $\text{W-3, X-4, Y-2, Z-1}$
  3. $\text{W-3, X-1, Y-4, Z-2}$
  4. $\text{W-3, X-1, Y-2, Z-4}$
edited by

1 Answer

0 votes
0 votes
option C

volume testing related to performance testing and alphatesting is a part of sysem testing

by knowing these two facts you can solve it easily

Related questions

0 votes
0 votes
1 answer
1
soujanyareddy13 asked Dec 7, 2021
927 views
Write Recurrence of Quick Sort in worst case.$ \text{T(n)} = \text{T (n-1)} + 1 $$ \text{T(n)} = \text{T (n-1) + n} $$ \text{T(n)} = 2 \text{T (n-1) + n} $$ \text{T(n)} =...
0 votes
0 votes
0 answers
2
soujanyareddy13 asked Dec 7, 2021
536 views
$y = 10 \cos (1800 \; \pi t) + 20 \cos (2000 \; \pi t) + 10 \cos (220 \; \pi t).$ Find the modulation index $(\mu)$ of the given wave. $0.3$$0.5$$0.7$$1$
0 votes
0 votes
2 answers
3
soujanyareddy13 asked Dec 7, 2021
3,297 views
_________ is the class of decision problems that can be solved by non-deterministic polynomial algorithms.$\text{NP}$$\text{P}$HardComplete
1 votes
1 votes
1 answer
4
soujanyareddy13 asked Dec 7, 2021
613 views
The following circuit depicts the implementation of __________$\text{XOR}$ Gate$\text{AND}$ Gate$\text{OR}$ Gate$\text{NAND}$ Gate