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,900 courses taught by industry experts.
Manual testing for correctness
From the course: Tech on the Go: Building a Software Test Department
Manual testing for correctness
- [Instructor] Manual testing for correctness. The most basic form of software testing is manual testing. A human is given instructions or test cases and goes through those steps to validate correctness. New features usually don't have test cases. A manual tester will read the requirements and specifications. Based on their knowledge of the overall product and the goals, the tester will write test cases. With the test cases, the manual tester starts validation. If the instructions are to visit a particular website, sign in as a user with a subscription, access a particular page, and look for some content on a page, then the tester does just that. The result of the test can be a pass or a fail. Of course, being a person, the tester can have additional feedback as well. They may report that the last step took a really long time or timed out, or that everything worked, but the background was the wrong color. In addition…
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
-
-