Page 1 of 1

Automation Data Comparison

Posted: Mon Dec 11, 2017 9:17 am
by kullboys
Hiya

Was wondering what algorithm people use when comparing large test data sets

e.g.
- Comparing two database TABLE's
- Comparing two Ranorex.Table elements
- Comparing two System.Data.DataTable's

and then producing some kind of Excel report afterwards....

Seems like quite a programming challenge!

Re: Automation Data Comparison

Posted: Tue Dec 12, 2017 8:22 pm
by odklizec
Hi,

Toy can find some code examples (related to you problem) in the Ranorex user guide:
DB Table validation:
https://www.ranorex.com/help/latest/cod ... holeTable)

Ranorex table:
https://www.ranorex.com/help/latest/cod ... WholeTable