How to validate all the contents available on a page?

Mobile Testing, Android App Testing.
subhashree
Posts: 14
Joined: Mon Oct 20, 2014 6:20 am

How to validate all the contents available on a page?

Post by subhashree » Mon Nov 24, 2014 11:49 am

Hi,

in my mobile application, in a single page; multiple actionables are shown. I am aiming at validating these data with database. I have done database binding for the same. However while executing it is observed that all the rows of database are comparing with only the first element of app page. Can you please provide your input on how I can validate all the contents of the page?

Regards
Subhashree

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How to validate all the contents available on a page?

Post by Support Team » Wed Nov 26, 2014 5:10 pm

Hi Subhashree,

I guess the problem is connected to your data source/data binding and the used repository items.
Have you read the section about data-driven testing in our user guide to get a better understanding how this basically works?
If not, I would highly recommend taking a look at it, here is the link: Lesson 3: Data-Driven Testing.

Without having more information of the data stored in your database and the content of your app it is hard for me to make any recommendations.
May I therefore ask you to send us more detailed information about the data used and your app?
A Ranorex snapshot of the content of the page you want to validate would be very helpful in this case.
The following link will show you how to generate a snapshot file: Creating Ranorex Snapshot Files.
Please also outline how your tests look like.

Thanks,
Markus