Software Analysis & Testing
About this Course
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, …
Software Analysis & Testing
About this Course
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.
This course covers the theory and practice of software analysis, which is at the heart of software development processes such as diagnosing bugs, testing, and debugging.
[
Take this course if you need to learn how to test complex, large-scale programs using state of the art testing paradigms.
]
lesson 1
Testing
Principles of random testing.
Automatically generating tests.
lesson 2
Analysis
Analyzing dataflows within a program.
Analyzing pointers.
Analyzing software based on constraints.
lesson 3
Debugging
Basics of type systems.
Statistical principles of debugging.
Dynamic symbolic execution.