Search results for "module:Test::WWW::Mechanize"
Test::WWW::Mechanize - Testing-specific WWW::Mechanize subclass
PETDANCE/Test-WWW-Mechanize-1.60
-
05 Dec 2022 04:22:09 UTC
Test::WWW::Mechanize::CGI - Test CGI applications with Test::WWW::Mechanize
Provides a convenient way of testing CGI applications without a external daemon....
MRAMBERG/Test-WWW-Mechanize-CGI-0.1 - 13 Nov 2005 20:57:22 UTC
Test::WWW::Mechanize::HSS - Test HTTP::Server::Simple programs using WWW::Mechanize
CORION/Test-WWW-Mechanize-HSS-0.02
-
28 Feb 2009 09:31:27 UTC
Test::WWW::Mechanize::Mojo - Test::WWW::Mechanize for Mojo / Mojolicious
Mojo is an MVC Web Application Framework. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Mojo module meshes the two to allow easy testing of Mojo applications wit...
SHLOMIF/Test-WWW-Mechanize-Mojo-0.0.21 - 07 Oct 2020 07:49:20 UTC
Test::WWW::Mechanize::PSGI - Test PSGI programs using WWW::Mechanize
PSGI is a specification to decouple web server environments from web application framework code. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::PSGI module meshes...
OALDERS/Test-WWW-Mechanize-PSGI-0.39 - 22 Mar 2019 13:18:45 UTC
Test::WWW::Mechanize::JSON - Add a JSON and AJAXy methods to the super-class
Extends Test::WWW::Mechanize to test JSON content in response bodies and "x-json" headers. It adds a few HTTP verbs to Mechanize, for convenience. METHODS: HTTP VERBS...
LGODDARD/Test-WWW-Mechanize-JSON-0.73 - 12 Jun 2013 13:31:08 UTC
Jifty::Test::WWW::Mechanize - Subclass of Test::WWW::Mechanize with extra Jifty features
ALEXMV/Jifty-1.50430
-
30 Apr 2015 20:48:27 UTC
Test::WWW::Mechanize::Dancer - Wrapper to easily use Test::WWW::Mechanize with your Dancer apps
This is a simple wrapper that lets you test your Dancer apps using Test::WWW::Mechanize....
WWOLF/Test-WWW-Mechanize-Dancer-0.0100 - 16 Feb 2014 22:56:10 UTC
Test::WWW::Mechanize::Driver - Drive Test::WWW::Mechanize Object Using YAML Configuration Files
Write Test::WWW::Mechanize tests in YAML. This module will load the tests make a plan and run the tests. Supports every-page tests, SKIP, TODO, and any object supporting the Test::WWW::Mechanize interface. This document focuses on the Test::WWW::Mech...
DUELAFN/Test-WWW-Mechanize-Driver-1.0 - 09 Jul 2020 00:27:13 UTC
Test::WWW::Mechanize::Object - run mech tests by making requests on an object
Test::WWW::Mechanize::Object exists to make it easier to run tests with unusual request semantics. Instead of having to guess at which parts of the LWP::UserAgent and WWW::Mechanize code needs to be overridden, any object that implements a (relativel...
HDP/Test-WWW-Mechanize-Object-0.020 - 28 Aug 2006 23:05:14 UTC
Test::WWW::Mechanize::CGIApp - Test::WWW::Mechanize for CGI::Application
This package makes testing CGIApp based modules fast and easy. It takes advantage of Test::WWW::Mechanize to provide functions for common web testing scenarios. For example: $mech->get_ok( $page ); $mech->title_is( "Invoice Status", "Make sure we're ...
HARTZELL/Test-WWW-Mechanize-CGIApp-0.05 - 12 Jul 2007 13:17:34 UTC
Test::WWW::Mechanize::LibXML - use HTML::TreeBuilder::LibXML for testing web-sites.
This module inherits from Test::WWW::Mechanize, and allows one to utilize HTML::TreeBuilder::LibXML to perform XPath and HTML::TreeBuilder queries on the tree....
SHLOMIF/Test-WWW-Mechanize-LibXML-0.0.6 - 22 Oct 2020 14:21:58 UTC
Test::WWW::Mechanize::Maypole - Test::WWW::Mechanize for Maypole
By inheriting from Test::WWW::Mechanize, this module provides two key benefits over using Maypole::CLI in test scripts. First, it inherits a plethora of methods for testing web content. Second, cookies are handled transparently, allowing you to test ...
DAVEBAIRD/Test-WWW-Mechanize-Maypole-0.23 - 20 Sep 2005 22:08:11 UTC
Test::WWW::Mechanize::Declare - flexible, declarative Web testing
Test::WWW::Mechanize::Declare allows one to logically separate the description of what to test from the logic of the tests. Ideally, one can write a configuration file to specify what should be tested, read in this file, and then write the actual tes...
APEIRON/Test-WWW-Mechanize-Declare-0.000000 - 12 Oct 2009 01:25:31 UTC
Test::WWW::Mechanize::Catalyst - Test::WWW::Mechanize for Catalyst
Catalyst is an elegant MVC Web Application Framework. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy testing of Catal...
MSTROUT/Test-WWW-Mechanize-Catalyst-0.62 - 18 Feb 2019 17:33:39 UTC
Test::WWW::Mechanize::MultiMech - coordinate multi-object mech tests for multi-user web app testing
Ofttimes I had to test a web app where I had several user permission categories and I needed to ensure that, for example, only admins get the admin panel, etc. This module allows you to instantiate several Test::WWW::Mechanize objects and then easily...
ZOFFIX/Test-WWW-Mechanize-MultiMech-1.006001 - 14 Feb 2014 01:44:27 UTC
Test::WWW::Mechanize::Driver::Util - Useful utilities
DUELAFN/Test-WWW-Mechanize-Driver-1.0
-
09 Jul 2020 00:27:13 UTC
Test::WWW::Mechanize::Driver::YAMLLoader - Load Test::WWW::Mechanize tests from YAML files
DUELAFN/Test-WWW-Mechanize-Driver-1.0
-
09 Jul 2020 00:27:13 UTC
Test::WWW::Mechanize::PhantomJS::Catalyst - test extension pack for WWW::Mechanize::PhantomJS::Catalyst
Same as Test::WWW::Mechanize for WWW::Mechanize, this module adds some extra methods useful in testing such as "get_ok" and "content_contains". See Test::WWW::Mechanize for the full description....
KARASIK/WWW-Mechanize-PhantomJS-Catalyst-0.02 - 17 Dec 2015 12:12:55 UTC
Test::WWW::Mechanize::Catalyst::WithContext - T::W::M::C can now give you $c
Test::WWW::Mechanize::Catalyst::WithContext is a subclass of Test::WWW::Mechanize::Catalyst that can give you the $c context object of the request you just did. This is useful for testing if things ended up in the stash correctly, if the session got ...
SIMBABQUE/Test-WWW-Mechanize-Catalyst-WithContext-0.03 - 28 Nov 2017 19:07:48 UTC