Software Analysis & Testing
Offered By: Georgia Institute of Technology via Udacity
Course Description
Overview
This course covers the theory and practice of software analysis, which lies at the heart of many software development processes such as diagnosing bugs, testing, debugging, and more. It presents diverse techniques, each with their own strengths and limitations, for automating tasks such as testing, debugging, and finding bugs in complex real-world programs. These techniques include dataflow analysis, constraint-based analysis, type systems, model checking, symbolic execution, and more. The course teaches the principles underlying these techniques as well as imparts hands-on experience with using and implementing tools based on these techniques.
Syllabus
- Testing
- Principles of random testing.,Automatically generating tests.
- Analysis
- Analyzing dataflows within a program.,Analyzing pointers.,Analyzing software based on constraints.
- Debugging
- Basics of type systems.,Statistical principles of debugging.,Dynamic symbolic execution.
Taught by
Chris Pryby and Mayur Naik
Tags
Related Courses
Software as a ServiceUniversity of California, Berkeley via Coursera Software Testing
University of Utah via Udacity The Hardware/Software Interface
University of Washington via Coursera Software Debugging
Saarland University via Udacity Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera