One of the important issues in software testing is the documentation of the tests, without documentation, it is not possible to know which situations have been tested, whether the process has been properly covered, whether all end-cases have been tested, are the testing priorities correct? On the basis of the famous saying "You did and did not report - did not do", it can be said: Tested and not documented = Not tested.
Read More