| Website: | website containing additional information |
| Course code: | INFOPV |
| Credits: | 7.5 ECTS (=5.25 old credit points) |
| Period: | periode 3 (week 6 t/m 16, dwz 7-2-2005 t/m 22-4-2005; herkansing week 20)
|  |
| Timeslot: | A |
| Participants: | up till now 3 subscriptions |
| Schedule: | Dit is een oud rooster!
|
| Contents: |
|
It has become obvious that ad-hoc testing is not a realible and scalable approach to safeguard against fatal and costly errors. This course will show you more advanced techniques to verify software against its specification. Topics handled include automated test generation, model checking, and theorem proving.
Automated test generation is a cheap and fast way to discover errors. For critical software, the coverage of automated test is however still inferior. Model checking is a more sophisticated technique. It has complete coverage (with respect to the specification). It does have its limitation. It has to deal with state explosion, which can be very bad in, for example, concurrent programs. A more fundamental limitation is that model checking only works on programs with finite state space. To handle programs with infinite state space we have to turn to a more generic approach called theorem proving. Modern theorem proving tools are usually based on very expressive logics which make them very versatile. Although in principle theorem proving is not an automated approach, modern tools do come with powerful automation libraries. Because of their versatility they potentially have many applications.
In addition to discussing techniques we will also show a range of
tools, e.g. HOL, SPIN, Jtest, SLAM, Isabelle ...
The course includes lab sessions and assignments to give you first hand experience with some of those tools.
|
|
| Literature: | On-line documentation and articles |
| Course form: | Lectures + programming training. |
| Exam form: | 70% assignments, 20% seminars, 10% participation.
This may change depending on the number of participants.
|
| Minimum effort to qualify for 2nd chance exam: | Om aan de aanvullende toets te mogen meedoen is ontbreken van ten hoogte 1 toetsactiviteit toegestaan. |
| Description: | Course outline:
- Modelling in Higher Order Logic.
- Principles of theorem proving in Higher Order Logic
- Proof scripting
- Model checking, including a case study
- Automated testing tools
- Automated error finding via abstraction
- Embedding
- Selected topics (e.g. verification of security protocols)
|