in Others edited by
2,041 views
2 votes
2 votes

Consider the following :
 

A. Condition Coverage p. Black box testing 
B. Equivalence Class partitioning q. System testing
C. Volume Testing r. White box testing
D. Beta Testing s. Performance testing

Matching $A, B, C, D$ in the same order gives,

  1. r,p,s,q
  2. p,r,q,s
  3. s,r,q,p
  4. q,r,s,p
in Others edited by
by
2.0k views

2 Comments

Decision/Condition Coverage: In this mixed type of white box testing technique try to cover 100% Decision/Condition coverage of the code, it means while testingthe every possible Decisions/Conditions in the code is executed at least once.

Beta Testing is always a black box testing or functionaltesting.

Volume testing is done to analyze the system performance by increasing the volume of data in the database.

option(D)

1
1
0
0

1 Answer

9 votes
9 votes
Best answer
  • Condition coverage test each one of the Boolean expression with values TRUE and FALSE. For this, tester should know code. Hence it is White box testing
  • Equivalence Class partitioning divides the input test data into each partition at least once of equivalent data from which test cases can be derived. Only input vales are needed, not code. Hence it is black box testing
  • Volume testing: Check system performance with increasing volumes of data in the database.
  • Beta Testing: It is a kind of system testing done at customer site to validate the usability, functionality

Answer is  r,p,s,q

selected by
by

1 comment

for black box testing click here

0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true