DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtest-www-declare-perl
Beschreibungdeclarative testing for your web app
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.02-1
Sektionperl
Prioritätoptional
Installierte Größe36 Byte
Hängt ab vonperl (>= 5.6.0-16), libtest-www-mechanize-perl, libtest-simple-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße12552 Byte
Prüfsumme MD5e5418a7b0ff932187a53f4b4edc8fa24
Prüfsumme SHA182be053e840ab67f98f1e53bc667227644b1c520
Prüfsumme SHA25693d439b0bbe80152d1e137b5c72dcac66f464e5a2792885161448fdbc2f70891
Link zum Herunterladenlibtest-www-declare-perl_0.02-1_all.deb
Ausführliche BeschreibungOften in web apps, tests are very dependent on the state set up by previous tests. If one test fails (e.g. "follow the link to the admin page") then it's likely there will be many more failures. Test::WWW::Declare aims to alleviate this problem, as well as provide a nicer interface to Test::WWW::Mechanize. . The central idea is that of "flow". Each flow is a sequence of commands ("fill in this form") and assertions ("content should contain 'testuser'"). If any of these commands or assertions fail then the flow is aborted. Only that one failure is reported to the test harness and user. Flows may also contain other flows. If an inner flow fails, then the outer flow fails as well.


Impressum
Linux is a registered trademark of Linus Torvalds