Forum Discussion
Colin_McCrae
11 years agoCommunity Hero
http://support.smartbear.com/viewarticle/55620/
Might be a good place to start.
I do comparisons against DB records. But I do it through script. Create a connection, read in a record set (ie. it fires it an SQL query), compare that to a user supplied set of expected results. Works well.
But if you're new to all this, probably best to start with the basics. So have a read through the above link and see if that gets you anywhere.
Might be a good place to start.
I do comparisons against DB records. But I do it through script. Create a connection, read in a record set (ie. it fires it an SQL query), compare that to a user supplied set of expected results. Works well.
But if you're new to all this, probably best to start with the basics. So have a read through the above link and see if that gets you anywhere.