I have Java batch applications which writes data to the database. I want to have an automated test which will compare the expected output with the data in the database. I used DBfit to complete this procedure and works very well except I have to enter my expected data in excel spread sheet and then copy and paste into dbfit and format it, so this is a manual step I want to avoid.
Is there any automated tool to perform functional testing for java batch applications?
以上就是is there any automated tool to perform functional testing for java batch application ?的详细内容,更多请关注web前端其它相关文章!