====== Webtest using TestGen4Web and Simpletest ====== ^Category^|WWW| ^Version^|1.2.6| ^Require^|ortro-1.2.0 or higher| ^Author^|[[lucor@ortro.net|Luca Corbo]]| ^Filename^|[[http://www.ortro.net/download.php?file=www_testgen4web_simpletest-1.2.6.tar.gz| www_testgen4web_simpletest-1.2.6.tar.gz]]| ^Downloads^|{{section>count:www_testgen4web_simpletest}}| ===== Description ===== Enables generation of an HTTP web test using [[http://developer.spikesource.com/projects/testgen4web/|TestGen4Web]] and [[http://simpletest.sourceforge.net/|simpletest]] ===== Changelog ===== __1.2.6 (2008.05.08)__ * Updated SimpleTest library to version 1.0.1 __1.2.5 (2007.12.06)__ * Added timeout threshold for navigation test. * The plugin may be configured to return as output either the detailed test report or only the navigation time test. * The archive result functionality is now enabled. __1.2.4 (2007.11.20)__ * Use init.inc.php __1.2.3 (2007.10.11)__ * Added the capability to use http proxy for tests __1.2.2 (2007.09.25)__ * Identity is now an optional field * Update simpletest libs * The name of the package for the plugin is now lowercase __1.2.1 (2007.08.02)__ * Added info for the minimum required version of Ortro __1.2.0 (2007.07.24)__ * Initial release with i18n support Below the installation steps to upgrade from 1.2.1 to 1.2.2 and preserve scheduled jobs that use this plugin. * Download the version 1.2.2 * Lock all scheduled jobs that use this plugin. * Connect to your db * Execute the following query: update ortro_job_type set label='testgen4web_simpletest' \ where label='TestGen4Web_simpletest'; * Update the plugin as usual using the web interface (Settings->Plugins) * Unlock the jobs