Hi all,
I am currently having some doubt in verifying the data in grib control. Given a table with ColumnA and ColumnB, lets assume there are 2 rows of records are generated after some search query is applied.
My objective is to ensure the data in ColumnB showing my expectation output, lets assume 'data1' should be shown under ColumnB. May I know how can I verify the data in ColumnB using FitNesse/SLIM?
I have go through the documentation in FitNesse, but it only focus on static data, and it doesn't go through those data generate from database. Do I need to have a database connection in my test program in order to test on the dynamic data?
FYI, I am using JAVA in the development.
THanks @!