0 votes
in Testing by
Why is it impossible to test a program thoroughly?

1 Answer

0 votes
by

Here are the two principal reasons that make it impossible to test a program entirely.

Software specifications can be subjective and can lead to different interpretations.

A software program may require too many inputs, outputs, and path combinations.

...