[Dev] Re: Step logging

Frank Cohen fcohen at pushtotest.com
Thu Jan 17 17:24:50 PST 2008


Hi Luis Carlos:

Thanks for pointing that out to me. I tried <logging step="true"/>  
and it works as expected.

HOWEVER, who in their right mind designing this? step="true" belongs  
in the <logs> section of the TestScenario! Oh, yes, it was me, I forgot.

I will open a ticket on this. The syntax in the TestScenario should be:

   <!-- Results logging settings -->
   <logs
     summaryreport="true"
     showsummary="false"
     step="true"
   />

Thanks.

-Frank



On Jan 17, 2008, at 6:46 AM, Luis Carlos Lara López wrote:

> Tag <logging step="true"/> in the options, in the scenario.
> There is an example in folder example_agents/stepsExample/
> 	<options>
>             <logging step="true"/>
> 	</options>
>
> Greetings, LC
>
> -----Original Message-----
> From: Frank Cohen [mailto:frank at pushtotest.com]
> Sent: Wednesday, January 16, 2008 8:37 PM
> To: William Martínez Pomares; Luis Carlos Lara López
> Subject: Step logging
>
> Hi William and Luis Carlos:
>
> I am running a simple TestScenario that has a single UseCase with 3  
> <run> elements. The transaction results log does not include the  
> <step> values. I forget what I need to do in the TestScenario to  
> have TM log the <step> values. What is it?
>
> -Frank
>
>
>
> --
> Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871  
> 0122 TestMaker open-source test automation
>
>
>
>



--
Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122
TestMaker open-source test automation





More information about the Dev mailing list