Skip to content

Commit

Permalink
feat (blog): Added Overview section to blog in index.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
TitusSmith33 committed Sep 24, 2024
1 parent fcd21f4 commit aa73bd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blog/fb4-fall2024/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ page-layout: full

## Overview

This blog focuses on the ["Mutation Analysis"](https://www.fuzzingbook.org/html/MutationAnalysis.html) chapter of
[The Fuzzing Book](https://www.fuzzingbook.org/). As we have discussed in pervious class sessions, there are many ways to test a program, this week we are focussing on a new type of testing: mutation analysis. Today we are discussing where this type of testing fits into the world of software engineering, how it adds to existing testing techniques we have discussed, and the limitations of this type of testing. We will be taking these practices and connecting them to our team’s current efforts with the [execexam](https://github.com/GatorEducator/execexam) tool, as well as how this chapter builds on the concepts we discussed last week from ["Fuzzing: Breaking Things with Random Inputs"](https://www.fuzzingbook.org/html/Fuzzer.html).

## Summary

Mutation is a unique technique used to check the effectiveness of our test suites. We mutate the code by adding a
Expand Down

0 comments on commit aa73bd7

Please sign in to comment.