Validate a lot of reports

Ask general questions here.
barkha
Posts: 18
Joined: Tue May 16, 2017 9:41 pm
Location: Ames, IA
Contact:

Validate a lot of reports

Post by barkha » Fri Sep 01, 2017 6:20 pm

Hello,
I have an application that create reports on different data sets presented.
so i saw an example in the manual of comparing files using .csv files. However it says that due to performance issues it is not advised to use csv file comparisons on large number of reports. Make sense,However, I have around 50-60 reports and might increase how should i verify them? Is there is any good way.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Validate a lot of reports

Post by odklizec » Wed Sep 06, 2017 9:06 am

Hi,

Without seeing the report you are trying to validate, it's hard to suggest something reliable. Could you please upload a sample report you want to validate? I'm regularly using CSV file comparison in my tests (either for validating or setting purposes) and I see nothing wrong with it? I mean, I'm not experiencing any significant performance problem due to the CSV file comparison.
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

Vaughan.Douglas
Posts: 254
Joined: Tue Mar 24, 2015 5:05 pm
Location: Des Moines, Iowa, USA

Re: Validate a lot of reports

Post by Vaughan.Douglas » Wed Sep 06, 2017 12:32 pm

odklizec is 100% right about not being able to give reliable information without more information on the data sets and what kinds of comparisons you're looking for. I think this is something every automation engineer faces at one point or another. Not all solutions are scalable and some of the more scalable solutions do NOT do well with smaller data sets.

The difference between comparing 50 - 60 reports with 5 rows of data each and 50 - 60 reports with 500000 rows of data each is pretty huge.
Doug Vaughan