Tag: buddy-testing
-
Ad Hoc Testing: A Quick Guide to Finding Hidden Bugs
Most software testing tends to follow a defined plan, with test cases listed in written form. However, sometimes the quickest way to find bugs is to use the application without any scripts in front of you, basically like a real user would do. This is the essence of Ad Hoc Testing. Ad Hoc Testing is…