Purpose: Understand Input Domain Model and derive Input Space Partitioning test inputs
You may make a copy of a worksheet and complete this activity, or simply type your answers in any text editor.
You may work alone or with another student in this course (max team size = 2).
This is from exercise 6.1, #4 (AO textbook).
Derive input space partitioning test inputs for the GenericStack class
with 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.
(-2.5 points) for 24 hours late (submitted after 25-Sep-2025 11am EST, by 26-Sep-2025 11am EST)
(-5 points) for 48 hours late (submitted after 26-Sep-2025 11am EST, by 27-Sep-2025 11am EST)
Making your submission available to instructor and course staff is your responsibility; if we cannot access or open your file, you will not get credit. Be sure to test access to your file before the due date.
CC-BY-NC-SA 4.0 license.