Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.220.488 Times

Test::FormValidator 0.07

Company: Michael Graham
Date Added: September 17, 2013  |  Visits: 400

Test::FormValidator

Report Broken Link
Printer Friendly Version


Product Homepage
Download (33 downloads)



This is a module for testing your Data::FormValidator profiles. It uses the standard Perl test protocol (TAP) and prints out the familiar 'ok/not ok' stuff you expect.<br /><br />Basically it lets you use a test script to quickly throw a lot of different input scenarios at your profiles and make sure they work properly.<br /><br />You can test for missing fields:<br /><br /> # Test a profile that requires an email address and a password - if we<br /> # provide only a name, then the password should be flagged as missing<br /> $tfv->check(<br /> 'email' => 'test@example.com',<br /> );<br /> $tfv->missing_ok(['password'], "caught missing passwd");<br /><br />You can also test for invalid fields:<br /><br /> # Test a profile that should catch a bad email address<br /> $tfv->check(<br /> 'email' => 'test-at-example.com',<br /> );<br /> $tfv->invalid_ok(['email'], "caught bad email address");<br /><br />And if you have custom constraint methods, you can confirm that they each work properly:<br /><br /> # Test a profile that requires passwords longer than 5 characters and<br /> # they have to contain both letters and numbers<br /> $tfv->check(<br /> 'new_pass1' => 'foo',<br /> 'new_pass2' => 'foo',<br /> );<br /> $tfv->invalid_ok(<br /> {<br /> 'new_pass1' => [qw(too_short need_alpha_num)],<br /> },<br /> "caught short, non-alpha-numeric password");<br /><br />And you can also test that the form fields in your HTML form match the list of fields in your profile:<br /><br /> $tfv->html_ok('/path/to/template.html', 'Template matches profile');

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Address Characters Constraint Custom Email Fields Foo Methods Missing Pass Password Passwords Profile Profiles Properly Quotcaught Requires Tfvgtcheck
Users rating: 0/10

License: Freeware Size: 20.48 KB
USER REVIEWS
More Reviews or Write Review


TEST::FORMVALIDATOR RELATED
Modules  -  Custom Comment Fields 0.1.1
Create additional custom comment fields per post type, including built in post types. Install : 1. Upload custom-comment-fields and its contents to the /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress...
51.2 KB  
Mail Clients  -  Vodamail Email Verifier Free Edition 9.61
This FREE software checks for existence of an email address. It verifies / validates email addresses in a list, removes invalid entries and clean the list. Performs three levels of verification - syntax level,domain level and server level with a...
2.98 MB  
Form Processors  -  NateMail 3.0.14
NateMail script will allow you to have your form contents processed and sent to you in an email.Features:- Prevents spamming abuse with limited recipients- Required Fields (not empty)- Email Fields (must be an email address)- Number Fields (must...
245.76 KB  
Programming  -  Attrib4j - Custom metadata for Java 0.9.0
Attrib4j provides support for using creating and manipulating custom attributes associated with classes, fields, and methods in Java using tools such as javadoc and byte code manipulation libraries.
834.77 KB  
Modules  -  Welcome Email username & password 1.0
This contribution gives your customers an email that they can save or print so they can remember the email address they used to signup at your store and the password.In addition, there is also a note added to the welcome email that let's customers...
 
Finance  -  A-PDF Label (PDF Mail Merge) 2.0.0
A-PDF Label is a simple, lightning-fast and powerful desktop utility program that Batch add formatted dynamic Label fields (mailing label) such as Name, Address, City to custom PDF templates (such as in form letters, on envelopes, business card,...
 
Libraries  -  Chilkat Bounce C++ Library 9.2.1
Chilkat Bounce recognizes a variety of bounced mail messages and can extract the email address from any bounced email.
 
Mail Clients  -  yourMail 1.0.2.75
yourMail is an innovative Outlook add-on which offers users an intelligent support, based on email best practice methods, help to reduce the time and effort involved in manual emails management. yourMail brings together emails, attachments and...
 
Development Tools  -  Chilkat Bounce C Library 1.0
Chilkat Bounce recognizes a variety of bounced email messages and can extract the email address from a bounced email. Features: - Recognize hard bounces and return the bounced email address. - Recognize soft bounces and return the bounced email...
 
Network & Internet  -  IPNetInfo 1.00
IPNetInfo is a small utility that allows you to easily find all available information about an IP address: The owner of the IP address, the country/state name, IP addresses range, contact information (address, phone, fax, and email), and more....
44 KB  
NEW DOWNLOADS IN LINUX SOFTWARE, PROGRAMMING
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB