Purpose: Understand Input Domain Model and derive Input Space Partitioning test inputs. Get ready to work on the learning portfolio.
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. (work with your team, feel free to make use of any communication channels of your choice).
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 27-May-2026 11:59pm EST, by 28-May-2026 11:59pm EST)
(-5 points) for 48 hours late (submitted after 28-May-2026 11:59pm EST, by 29-May-2026 11:59pm 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.