Hi,
I need some help on validating data displays, the scenario I'm trying to automate is to enter a fee against a client name in the client fee screen and then check that fee is displayed in client summary page. The display is read only label. How do I validate that the amount I entered in one screen (say $100) is displayed correctly in the summary page?
Is there something like a text check in Ranorex?
Any help would be great.
Text check/validation of displayed data
Re: Text check/validation of displayed data
Have you used RanorexSpy to look at the control that is displaying the data you want to validate? Get that RXPath and put it into your automation code and read the .Text or .Value property (or whatever property is displaying the data) then verify that data in your code.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Text check/validation of displayed data
Yes, there is, called validationsfarhanzom wrote:Is there something like a text check in Ranorex?

http://www.ranorex.com/support/user-gui ... ation.html
Regards,
Alex
Ranorex Team