A pharmaceutical company writes contracts with its chemical suppliers
that ensure each container has the proper amount of chemical
within some allowable range. For example, a one-liter container is
permitted to contain between 997 cm3 and 1,003 cm3. Design a test
suite for testing the company’s quality control using a liter container
of a different amount of chemical for each different test case
—-]Contracts are written between a pharmaceutical company and its chemical suppliers.
that ensures the right amount of chemical is in each container
within a certain permissible range A one-liter container, for example, is
997 cm3 to 1,003 cm3 is the maximum volume allowed. Create a test
using a liter container to test the company’s quality control
For each test case, a different amount of chemical is used.