Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
quick and dirty test plan
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Dec 12, 2011
1 parent 76490f7 commit 3a91472
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Things to test

1. basic operation: window opens and closes upon click, returning expected value
2. double open: open, close, re-open in the same session
3. timing: perform basic operational test many many times with reloads between
4. explicit dialog close: closing dialog with key combo or X should return error to caller
5. caller close while dialog open: closing the opener should close the window
6. exceptional code: when possible, client code that throws an exception should cause error return

0 comments on commit 3a91472

Please sign in to comment.