racket/collects/tests/stepper/manual-tests.txt
John Clements ec9ce0ed04 updating...
svn: r15427
2009-07-11 03:59:39 +00:00

26 lines
1.3 KiB
Plaintext

;; The first three lines of this file were inserted by DrScheme. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-beginner-reader.ss" "lang")((modname manual-tests) (read-case-sensitive #t) (teachpacks ((lib "universe.ss" "teachpack" "2htdp") (lib "prisoners-tp.ss" "installed-teachpacks"))) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ((lib "universe.ss" "teachpack" "2htdp") (lib "prisoners-tp.ss" "installed-teachpacks")))))
open stepper, make sure it works for (+ 3 4).
make sure that stepper button appears and disappears as necessary when
language level changes.
Make sure that you get a warning when you change the underlying program, and a
warning when the program window disappears.
** closing a tab does not trigger the error message that it should...**
Try stepping backward and forward through programs with correct and erroneous
(syntax errors, runtime errors) executions.
** clicking "end" on a run that ends in an error does not behave correctly ***
Make sure that the step buttons are enabled and disabled as necessary.
... I wish I had a model-checker here.
Try programs which print snips (print-convert-test.ss)
try programs that contain test cases; make sure that the popups behave sensibly.
Try jumping to the end on a program with an error.