Manual Testing

Best practices for manually testing software.

Why software companies should only test what matters
Most engineering teams are drowning in "test debt"—the hidden cost of testing too much stuff that doesn't actually matter. Learn why the solution isn't better tests, but ruthlessly focusing on testing only what would block a release.
What is exploratory testing?
Exploratory testing is an unscripted QA testing technique used to discover unknown issues during and after the software development process. In addition to being used to discover new bugs, exploratory testing is also understood as a way to learn about the application and design functional and regression test cases to be executed in the future. We’re excited to announce […]