Hi All,
My object is edit and this field fill the amount of comission from comission services when click the button.
I plan to check this field use with property "value" like below but script finished micFail although field's value "50,00". where is my wrong? Thankyou.
button.click
RetVal=UFT_WaitProperty (Browser("Br_NAR").Page("Pg").Frame("Fr").WebEdit("Edt"),"value","micGreaterThan(0)","30")
If RetVal3 Then
FT_ReportEvent micPass , "getting commisson Successful" , "Passed"
Else
UFT_ReportEvent micFail , "getting commisson Failed" , "Failed"
My object is edit and this field fill the amount of comission from comission services when click the button.
I plan to check this field use with property "value" like below but script finished micFail although field's value "50,00". where is my wrong? Thankyou.
button.click
RetVal=UFT_WaitProperty (Browser("Br_NAR").Page("Pg").Frame("Fr").WebEdit("Edt"),"value","micGreaterThan(0)","30")
If RetVal3 Then
FT_ReportEvent micPass , "getting commisson Successful" , "Passed"
Else
UFT_ReportEvent micFail , "getting commisson Failed" , "Failed"