Hi all,
I have the following code I am trying to run:
<retry maxcount="20" description="Wait for Upload to Complete
Successfully or timeout">
<sleep seconds="2" description="Sleep"/>
<storeXPath
xpath="//[EMAIL PROTECTED]'recentUploads']/tbody/tr[td='@{description}']/td[5]"
property="status"/>
<verifyProperty name="#{status}" text="Completed Successfully"/>
</retry>
When it runs it always fails even if the property does evaluate to
Completed Successfully. Below is two of the steps from the result
showing that the property is not Completed Successfully and then that it
is. I have tried writing the property out to a file to see if there are
any hidden characters but all I got was this: "...In ProgressIn
ProgressCompleted SuccessfullyCompleted Successfully..." The error I
receive is the standard retry retried X times without a success. Can
anyone help me with this?
10
iteration wrapper
Retry 9/19
# Result Name Parameter Duration
1 sleep
Sleep seconds 2
2001
2 storeXPath
property status
xpath //[EMAIL PROTECTED]'recentUploads']/tbody/tr[td='adding test service
order']/td[5]
=> value In Progress
0
3
Error
<file:///C:/projects/esotest/WebTest/ESO/results/File2.html#error2>
verifyProperty
name In Progress
text Completed Successfully
0
2001
11
iteration wrapper
Retry 10/19
# Result Name Parameter Duration
1 sleep
Sleep seconds 2
2000
2 storeXPath
property status
xpath //[EMAIL PROTECTED]'recentUploads']/tbody/tr[td='adding test service
order']/td[5]
=> value Completed Successfully
15
3
Error
<file:///C:/projects/esotest/WebTest/ESO/results/File2.html#error2>
verifyProperty
name Completed Successfully
text Completed Successfully
William Soula
QA Analyst
Pointserve, Inc.
110 Wild Basin Road
Suite 300
Austin, Texas 78746
O: 512.617.5311
F: 512.617.0466
<<expandMinus.png>>
<<todo.gif>>
<<ok.gif>>

