Hi Mick,
i tried with <echo message="*$*{accID}"/>
getting same message *$*{accID}
--srini
On Fri, Mar 26, 2010 at 10:23 AM, Mick Knutson <[email protected]>wrote:
> Try:
> <echo message="*$*{accID}"/>
>
> instead of:
> <echo message="*#*{accID}"/>
>
> ---
> Thank You…
>
> Mick Knutson, President
>
> BASE Logic, Inc.
> Enterprise Architecture, Design, Mentoring & Agile Consulting
> p. (866) BLiNC-411: (254-6241-1)
> f. (415) 685-4233
>
> Website: http://www.baselogic.com
> Linked IN: http://linkedin.com/in/mickknutson
> Twitter: http://twitter.com/mickknutson
> Vacation Rental: http://tahoe.baselogic.com
> ---
>
>
>
>
> On Fri, Mar 26, 2010 at 10:19 AM, sriharini sriharini
> <[email protected]>wrote:
>
>> it returns ${accID}, but not the actual value which is 1234567
>>
>> --srini
>>
>> On Thu, Mar 25, 2010 at 6:00 PM, Jonathan Rosenberg
>> <[email protected]>wrote:
>>
>>> What happens if you echo ${accID}?
>>>
>>>
>>>
>>> --
>>> Jonathan Rosenberg
>>> Founder & Executive Director, Tabby's Place
>>> http://www.tabbysplace.org/
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *From:* [email protected] [mailto:
>>> [email protected]] *On Behalf Of *sriharini sriharini
>>> *Sent:* Thursday, March 25, 2010 5:57 PM
>>> *To:* [email protected]
>>> *Subject:* [Webtest] storeXPath results
>>>
>>>
>>>
>>> Hi All,
>>>
>>> I am unable to use the xpath element stored in property. Below are the
>>> step. Any help is appreciated.
>>>
>>>
>>>
>>> the xpath is correct. I see the value as 1234567, but when i echo the
>>> property it returns #{accID}
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Srini
>>>
>>>
>>>
>>> <storeXPath
>>> xpath="(//span[...@class='normalText'])[2]/text()" property="accID"/>
>>>
>>> <echo message="#{accID}"/>
>>>
>>> <followFrame name="topBar"/>
>>>
>>> <setInputField
>>> name="searchDataBean.searchString" value="#{accID}"/>
>>>
>>
>>
>