From the course: Understanding Manual Testing
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Bugs and the output of manual testing
From the course: Understanding Manual Testing
Bugs and the output of manual testing
- [Instructor] As you build a repertoire of skills, techniques and a grasp of the concept surrounding testing, you're going to be using these manual skills to make a better product. The goal of any quality test is to ensure that the product is stable, delivers on its specification and operates as designed prior to the product getting to a customer. The byproduct of this effort are bugs. During manual testing, you'll be exploring every aspect of the software and as you move through this process you will encounter anomalies and behaviors that are unexpected, inconvenient, odd and often problematic. Before you decide what these behaviors are, you need to understand what it means to call something a bug. Putting it simply a bug is a function that doesn't work as designed. We could delve into a whole esoteric discussion on what makes a bug and what doesn't, but that never goes well. You see, the problem we have is…