Assume the usual semantics for a queue with a fixed maximal


Derive input space partitioning tests for the BoundedQueue class with the following signature:
public BoundedQueue (int capacity);
public void Enqueue (Object X);
public Object Dequeue ();
public boolean IsEmpty ();
public boolean IsFull ();

Assume the usual semantics for a queue with a fixed, maximal capacity. Try to keep your partitioning simple-choose a small number of partitions and blocks.

(a) Identify all of the variables. Don't forget the state variables.

(b) Identify several characteristics that suggest partitions.

(c) Identify the blocks in the partition for each characteristic. Designate one block in each partition as the "Base" block.

(d) Define values for the blocks.

(e) Define a test set that satisfies base choice coverage (BCC).

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Assume the usual semantics for a queue with a fixed maximal
Reference No:- TGS01487350

Expected delivery within 24 Hours