Web/Testing and Verification
From HaskellWiki
m |
(Added wai-test) |
||
| (3 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
[[Category:Web|*]] | [[Category:Web|*]] | ||
| + | {{Web infobox}} | ||
Methods, libraries and applications for verifying the correctness of a web site's behaviour. | Methods, libraries and applications for verifying the correctness of a web site's behaviour. | ||
| Line 7: | Line 8: | ||
The system GVERDI (Graphical VErification and Rewriting for Debugging Internet Sites) is a Web verifier prototype that is able to detect missing/incomplete Web pages and incorrect/forbidden information inside a Web site w.r.t. a given formal specification. | The system GVERDI (Graphical VErification and Rewriting for Debugging Internet Sites) is a Web verifier prototype that is able to detect missing/incomplete Web pages and incorrect/forbidden information inside a Web site w.r.t. a given formal specification. | ||
| - | + | {| class="wikitable | |
| + | ! Home page | ||
| + | | http://users.dsic.upv.es/grupos/elp/GVerdi/ | ||
| + | |} | ||
| + | |||
| + | == selenium == | ||
| + | |||
| + | Haskell bindings to communicate with a Selenium Remote Control server. This package makes it possible to use Haskell to write test scripts that exercise web applications through a web browser. | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! Author: | ||
| + | | Aaron Tomb <atomb@galois.com> | ||
| + | |- | ||
| + | ! Maintainer: | ||
| + | | Aaron Tomb <atomb@galois.com> | ||
| + | |- | ||
| + | ! Package & repositories | ||
| + | | [http://hackage.haskell.org/package/selenium Hackage] | ||
| + | |} | ||
| + | |||
| + | == wai-test == | ||
| + | |||
| + | An HUnit based library designed for testing WAI applications. Developed initially for testing wai-extra and Yesod, it should prove generally useful. | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! Author: | ||
| + | | Michael Snoyman <michael@snoyman.com> | ||
| + | |- | ||
| + | ! Maintainer: | ||
| + | | Michael Snoyman <michael@snoyman.com> | ||
| + | |- | ||
| + | ! Package & repositories | ||
| + | | [http://hackage.haskell.org/package/wai-test Hackage] | ||
| + | |} | ||
Revision as of 20:40, 17 February 2011
| Haskell Web Development
Software: Community & Research: |
Methods, libraries and applications for verifying the correctness of a web site's behaviour.
1 GVerdi
The system GVERDI (Graphical VErification and Rewriting for Debugging Internet Sites) is a Web verifier prototype that is able to detect missing/incomplete Web pages and incorrect/forbidden information inside a Web site w.r.t. a given formal specification.
| Home page | http://users.dsic.upv.es/grupos/elp/GVerdi/ |
|---|
2 selenium
Haskell bindings to communicate with a Selenium Remote Control server. This package makes it possible to use Haskell to write test scripts that exercise web applications through a web browser.
| Author: | Aaron Tomb <atomb@galois.com> |
|---|---|
| Maintainer: | Aaron Tomb <atomb@galois.com> |
| Package & repositories | Hackage |
3 wai-test
An HUnit based library designed for testing WAI applications. Developed initially for testing wai-extra and Yesod, it should prove generally useful.
| Author: | Michael Snoyman <michael@snoyman.com> |
|---|---|
| Maintainer: | Michael Snoyman <michael@snoyman.com> |
| Package & repositories | Hackage |
