diff options
| author | David Aspinall | 2004-02-07 19:31:13 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-02-07 19:31:13 +0000 |
| commit | b9caaa8e4b66817dbc66d0e79b567b3285869fea (patch) | |
| tree | c5420dac1aa1afc28168867ca5cc9c610a46399e /html/projects/test.html | |
| parent | 87174e13a8aa064f6d00ef9248da9938ea4978f6 (diff) | |
Deleted file
Diffstat (limited to 'html/projects/test.html')
| -rw-r--r-- | html/projects/test.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/html/projects/test.html b/html/projects/test.html deleted file mode 100644 index f9d5ecf0..00000000 --- a/html/projects/test.html +++ /dev/null @@ -1,24 +0,0 @@ -<h2>A Test Harness and Test Suite for Proof General</h2> -<p> -As Proof General becomes a more complex system, we badly need some way -of performing automatic functional testing, to ensure that changes and -extensions preserve functional correctness. Although classical -testing of interfaces involves manually following a checklist of -actions and observations, it should be straightforward to automate -this using Emacs Lisp. Interactive actions can be simulated by -certain function calls, and their results can be determined by -examining the contents of the edit buffers. This project proposes the -design and implementation of a test harness and accompanying test -suite to test some of the core functions of Proof General. -Ultimately, the tests should be run as part of the build process -before each development release is allowed to go ahead. -</p> -<p> -<b>Skills:</b> -An interesting in testing user interfaces. -Basic knowledge of Emacs Lisp. -</p><p> -<b>Proposer:</b> -<a href="http://zermelo.dcs.ed.ac.uk/~da">David Aspinall</a>. -</p> - |
