9 messages in com.canoo.lists.webtestRE: [Webtest] R1448 & Repeat step...?
FromSent OnAttachments
Colin O'Brien12 Dec 2006 06:51 
Marc Guillemot12 Dec 2006 07:32 
Colin O'Brien12 Dec 2006 07:33 
Colin O'Brien12 Dec 2006 07:38 
Marc Guillemot12 Dec 2006 07:39 
Marc Guillemot12 Dec 2006 07:44 
Colin O'Brien12 Dec 2006 07:44 
Colin O'Brien12 Dec 2006 08:49 
Denis N. Antonioli13 Dec 2006 08:26 
Subject:RE: [Webtest] R1448 & Repeat step...?
From:Colin O'Brien (coli@capetechnologies.com)
Date:12/12/2006 07:44:29 AM
List:com.canoo.lists.webtest

Hi Marc,

Yup, I'll go and get it now... I'll let you know...

Cheers, Colin.

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com] On Behalf Of Marc Guillemot Sent: 12 December 2006 15:45 Cc: webt@lists.canoo.com Subject: Re: [Webtest] R1448 & Repeat step...?

In this case this seems logic. Can you try with ant 1.6.5 (this is the version that is provided with WebTest)?

Marc.

Colin O'Brien wrote:

Hi Marc,

Apologies, I didn't have the problem with 1428, it was with 1443... So to recap, I have the issue quoted with R_1443 and R_1448

Sorry for the confusion...

Regards, Colin.

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com] On Behalf Of Marc Guillemot Sent: 12 December 2006 15:33 To: webt@lists.canoo.com Subject: Re: [Webtest] R1448 & Repeat step...?

Hi Colin,

which Ant version do you use?

Use of IntrospectionHelper.getAddTextMethod() has been introduced in build 1432. It's quite strange if you had already the problem with 1428.

Marc.

Colin O'Brien wrote:

Hi All,

I upgraded to 2.1 R1448 today and I'm getting the following error

with

the <repeat/> construct.

C:\canoo\TestSuites\RO_GUI_4.0_TCs_TestSuite.xml:165: The following error occurred while executing this line:

java.lang.NoSuchMethodError:

org.apache.tools.ant.IntrospectionHelper.getAddTextMethod()Ljava/lang/re

flect/Method;

Repeat steps.

<repeat description="Verify all Tabbed panes are available" count="${tabs}"> <groovy description="Select a tab to verify">

def testTab = 'tab.' + step.webtestProperties['count']

step.webtestProperties['verifyMe'] = step.project.properties[testTab]

</groovy>

<verifyXPath

Description="Verify #{verifyMe} tab pane exists as a link"

xpath="//a[contains(.,'#{verifyMe}')]"

text="#{verifyMe}"

/>

</repeat>

Has something changed in this release.? I had the same issue with R1428

Regards,

Colin.