Black-Box Functional Testing
Black-box functional testing is what most people imagine when they think of software testing. Of all the chapters in this book, this one will likely be most familiar to you. If you’ve done any software testing, it will have started here.
Black-box testing covers the happy-path scenarios—the working cases that show the feature behaving as it should under normal conditions. Since this is only one chapter in a much larger book, you can...