Question 14
Consider the following code base in Python.
Consider the following code base in Python.
Identify the set of valid test cases for black box testing using the equivalence class technique.
{price = 0, price = 2000}
{price = -10, price = 0, price = 1200}
{price = 0, price = 1800, price = 3800}
{price = -10, price = 0, price = 1010, price = 1999}