Question: Derive input space partitioning test inputs for the GenericStack class assuming the following method signatures: public GenericStack (); public void push (Object X); public Object
Derive input space partitioning test inputs for the GenericStack class assuming the following method signatures: public GenericStack (); public void push (Object X); public Object pop (); public boolean isEmpty (); Assume the usual semantics for the GenericStack. Try to keep your partitioning simple and choose a small number of partitions and blocks. (a) List all of the input variables, including the state variables. (b) Define characteristics of the input variables. Make sure you cover all input variables. (c) Define characteristics of inputs. (d) Partition the characteristics into blocks. (e) Define values for each block.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
