Hi all,
I run into a webtest-failure caused by a change in the jsp-page ;-) I did.
So I'm thinking about change the the test who uses a storeRegEx to identify the line-number of an
element I added to the list bevor:
---------------
<storeRegEx description="extract the row-number of the last cr-stage-row."
text="<td\sid="row(\d)"\sclass="tabelle"\swidth="300"\stitle="#{stage.name}">"
group="1" property="row.number" propertyType="dynamic" />
----------------------
so this time the html-code changed on space did become a newline.
Is there a way to extract the line-number coded into the id-tag of the td-tag
for example:
<td id="row7" ...bla...bla>
If I identify the value with storeXPath I do have: row7 whereas storeRegEx gives me 7. Any Ideas who
to get the seven using storeXPath? or I am stuck with storeRegEx and adjust over and over again?
thanks for all ideas.
--
Mit freundlichen Grüßen
Michael Habbert
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest