In our team, we encountered the problem of manual testing. We have a set of unit tests that maintain a stable project, but we also periodically check our application manually based on some scenarios (to check if everything is in order at the highest level).
Question: How to effectively manage manual test scripts? They may change from time to time as changes are made to the application. Is there any other way to update text files or wikis? How to track, someone did some kind of test and what were the results?
Do you know the tools addressed to this problem (test case management)?
testing qa manual-testing
dzida
source share