Webtest using TestGen4Web and Simpletest¶
| Category | WWW |
|---|---|
| Version | 1.2.6 |
| Require | ortro-1.2.0 or higher |
| Author | Luca Corbo <lucor [at] ortro [dot] net> |
| Author | Alfano Danilo Francesco <ph4ntom [at] users [dot] sourceforge [dot] net> |
| File | www_testgen4web_simpletest-1.2.6.tar.gz |
Description¶
Enables generation of an HTTP web test using TestGen4Web and simpletest
Upgrade note¶
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:
1 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
Changelog¶
1.2.6 (2008.05.08)- Updated SimpleTest library to version 1.0.1
- 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.
- Use init.inc.php
- Added the capability to use http proxy for tests
- Identity is now an optional field
- Update simpletest libs
- The name of the package for the plugin is now lowercase
- Added info for the minimum required version of Ortro
- Initial release with i18n support