From the course: Tech on the Go: Building a Software Test Department
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
The practice of exploratory testing
From the course: Tech on the Go: Building a Software Test Department
The practice of exploratory testing
- [Instructor] The practice of exploratory testing. Exploratory testing is a testing practice where testers explore an application to find and document potential bugs. It's not so much a specific technique as an opportunity to investigate and discover. When exploratory testing, a tester is not explicitly bound to the requirements of the system. Instead, they leverage their knowledge of the application, associated standards, user experience, performance, security, and everything potentially related. Exploratory testing represents freedom from rigid procedures, but not without constraints or intent. Instead, exploratory testing is a structured approach to learning more about the system. There are three pillars of exploratory testing: learning, test design, and test execution. In order to test the application effectively, an exploratory tester needs a holistic understanding of the entire system. This can include…
Contents
-
-
-
A practical case for quality3m 5s
-
(Locked)
Why should you test software?3m 52s
-
(Locked)
Does the difference between bugs and defects matter?2m 19s
-
(Locked)
What is a test case?3m 4s
-
(Locked)
Measuring code and test coverage3m 44s
-
(Locked)
What kinds of tests are there?5m 31s
-
(Locked)
Manual testing for correctness3m 21s
-
(Locked)
Automated software testing for rapid feedback4m 36s
-
(Locked)
Regression testing for confidence3m 10s
-
(Locked)
The practice of exploratory testing4m 35s
-
(Locked)
Session-based testing with a group3m 53s
-
(Locked)
Linting and detecting bad code smells5m 32s
-
(Locked)
The role of security testing3m 44s
-
(Locked)
Effective bug reporting5m 14s
-
(Locked)
Building a partnership with engineering and product5m 51s
-
(Locked)
The first test engineer4m 7s
-
(Locked)
Testing as part of a CI/CD pipeline3m 26s
-
(Locked)
Scaling a test department2m 28s
-
-