15sep Testing Automation 1

Опубликовано: 25 Апрель 2026
на канале: Edward L Jones, PhD
8
0

Review of Unix commands/utilities from UNIXLab2: awk, grep, pipes, sed

Intro to shell script -- file containing Unix commands. Use of shell script to begin automating testing:
-- input file contains test cases
-- test data extracted and piped to program under test
-- test results redirected to output, test results file.

We will continue the march towards automation in next class/lab.