Hi,

 

We start to use webtest for load testing and we want to be able to turn off
report generation.

I figured out the following:

- setting ~wt.htmlReports.skip will avoid generating WebTestOverview.xml

- setting saveresponse="false" (in the config) will avoid saving the
intermediate screens

 

However, I also want to avoid generating WebTestReport.xml for every
webtest, but I don't know how to do that.

I tried with setting summary="false" in the config, but it seems to have no
effect; in fact, specification of this parameter seems to have no effect at
all.

 

The config file (config.xml) is located in the includes directory and I'm
sure that there is only 1 config file

The Project.dtd contains this line: <!ENTITY config SYSTEM
"../includes/config.xml">

It is included by every test as follows, e.g. tests\BT01-06.xml:

 

<?xml version="1.0"?>

<!DOCTYPE project SYSTEM "../dtd/Project.dtd">

 

<project name="BT01-06" basedir="." default="main">

 

            <import file="../general.xml"/>

            <taskdef resource="net/sf/antcontrib/antlib.xml" />

            <target name="main">

                        <webtest name="BT01-06">

                                    &config;

                                    <steps>

.

 

Remark that ../general.xml does contain only 2 targets that have nothing to
do with reporting or that set a property mentioned above.

 

The WebTest version: R_1804

 

Does somebody did/try this already?

 

Thanks!

 

David

Reply via email to