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.
Automated software testing for rapid feedback
From the course: Tech on the Go: Building a Software Test Department
Automated software testing for rapid feedback
- Automated software testing for rapid feedback. Since humans aren't always the fastest at checking correctness, let's consider the next type of testing: Automated software testing. Test automation is the practice of using software-driven tools to automate the execution of test cases to validate the correctness of a program. Test automation is separate software from the application that is being written and tested. Test automation controls test execution, including order of execution and filtering of tests based on criteria. The goal is to avoid repetitive tasks that are inherent with manual test execution. Test automation is managed with a testing framework also known as a testing automation framework. A testing framework is an execution environment for automated tests. A testing framework performs helpful tasks, starting with a consistent definition of how assertions are defined, which promotes maintainability.…
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
-
-