NAME
Webinject::Gui - Gui part of Webinject
SYNOPSIS
use Webinject::Gui;
my $webinjectgui = Webinject::Gui->new();
DESCRIPTION
WebInject is a free tool for automated testing of web applications and web services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, AJAX, Servlets, HTML Forms, XML/SOAP Web Services, REST, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional, acceptance, and regression tests. A test harness allows you to run many test cases and collect/report your results. WebInject offers real-time results display and may also be used for monitoring system response times.
CONSTRUCTOR
new ( [ARGS] )
Creates an Webinject::Gui
object.
METHODS
SEE ALSO
For more information about webinject visit http://www.webinject.org
AUTHOR
Corey Goldberg, <corey@goldb.org>
Sven Nierlein, <nierlein@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Sven Nierlein
Copyright (C) 2004-2006 by Corey Goldberg
This library is free software; you can redistribute it under the GPL2 license.