如何使用 FitNesse/SLIM 验证表中的数据?
我目前对验证 grib control 中的数据有一些疑问。给定一个包含 ColumnA 和 ColumnB 的表,假设应用某些搜索查询后生成了 2 行记录。
我的目标是确保 ColumnB 中的数据显示我的预期输出,假设“data1”应显示在 ColumnB 下。我可以知道如何使用 FitNesse/SLIM 验证 ColumnB 中的数据吗?
我已经浏览了 FitNesse 中的文档,但它只关注静态数据,并且没有浏览从数据库生成的那些数据。我的测试程序中是否需要有数据库连接才能测试动态数据?
仅供参考,我在开发中使用JAVA。
谢谢 @!
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 @!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 DbFit。它可能会做你想做的事。
Look at DbFit. It may do what you want.