Changes between Version 2 and Version 3 of PlugIns/PHP


Ignore:
Timestamp:
10/08/12 10:13:40 (12 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlugIns/PHP

    v2 v3  
    55This plug-in provides the means to apply our techniques to PHP-based web applications. It consists of two artifacts:  
    66 1. [wiki:PHP/PHPMonitor PHPMonitor]: A monitoring component that can be used to monitor PHP-based web applications running on [http://httpd.apache.org/ Apache web servers]. The details of this artifact are explained [wiki:PHP/PHPMonitor here]. 
    7  1. eventbench-plugins-php: A Java plug-in into the !EventBench Frontend that allows parsing of data monitored with the PHPMonitor into events to be used with the !EventBench Core. Furthermore, it is possible to generate abstract replays to be executed against a Web server with curl. With abstract, we mean that the replays lack values for GET and POST variables, which need to be inserted by a test data generator.  
     7 1. quest-plugins-php: A Java plug-in into the AutoQUEST Frontend that allows parsing of data monitored with the PHPMonitor into events to be used with the AutoQUEST Core. Furthermore, it is possible to generate abstract replays to be executed against a Web server with curl. With abstract, we mean that the replays lack values for GET and POST variables, which need to be inserted by a test data generator.