Software testing is an important part of the software development lifecycle. We list resources that may be useful for learning about testing in the context of general-purpose software.
Resource information | Details |
---|---|
Resource name | Testing Tutorials for General-Purpose Software |
Website | BSSw links for Udacity course and TutorialPoint tutorial for testing |
Focus | Software testing |
Testing is executing a set of steps and processes in order to identify any gaps, errors, or missing requirements in contrary to the actual requirements. Do you understand the software testing processes and frameworks involved for testing any general purpose software? Do you know how to make software fail with a goal of building better, bug-free, and a high-quality product? On this page, we provide pointers to testing tutorials for general-purpose software. These tutorials are good resources also for CSE software.
The course Software Testing: How to Make Software Fail, currently free of charge and offered by Udacity will help the audience learn how to catch bugs and break software as they discover different testing methods that will help them build better software.
This Software testing tutorial from TutorialsPoint will give you a basic understanding on software testing, its types, methods, levels, and other related terminologies.