How to handle testing everything
Software testers are often under pressure to ensure that the testing we do covers as many of the inputs of an application as possible.
But exhaustive testing is not possible due to multiple reasons from time restrictions, to complexities in software and variables in the environment.
There is a ceiling to testers abilities that can be a lot lower than the number of features, paths and sequence of operations in software projects.
This can often lead to a tug of war occurring, with one side being testing too much. The other, too little. A fine line we have to navigate if we are going to be able to say that we are confident that a certain feature is working.
Read More