Hi,

 

Here is the problem... @{obj.name} is "OCA TR National/Brand Overrides"
but html source is "OCA TR       National/Brand Overrides". There can be
x number of spaces in the middle and between any of the word. What would
be the best way to look for the string? 

 

Thank a lot...

Olivia

 

Webtest fragment 

 

   <ifStep>

        <condition>

            <not>

                  <verifyText text="@{obj.name}" regex="true" />

            </not>

        </condition>

        <echo message="@{obj.name}&#xD;&#xA;" file="${ObjNotFound}"
append="true"/>

   </ifStep>

 

 

Html source

                            <td valign="top" align="left" width="31%">

                              <a
href="/edgedynamics/portal/parameterdetail.do?parameterName=OCA_TR_NB_OV
ERRIDE" title="Name">OCA TR       National/Brand Overrides</a>

                            </td>

 

 

 

(This email message is for the sole use of the intended recipient(s) and
may contain confidential information.  Any unauthorized review, use,
disclosure or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply email and destroy all
copies of the original message.)

 

Reply via email to