开发者

How to verify data in table using FitNesse/SLIM?

开发者 https://www.devze.com 2023-01-21 16:40 出处:网络
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

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 @!


Look at DbFit. It may do what you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消