Poovarasu's avatar

Need suggestion for improving TestCases

Hello, Need some suggestions for improving writing test case in Laravel guys.

Kindly suggest some packages or some approach to simplify / improving test case quality & reduce time spend on that.

0 likes
2 replies
bugsysha's avatar
bugsysha
Best Answer
Level 61

reduce time spend on that

I would suggest that you increase the time spent on tests because that should result in less time coding. Also, tests should be super simple so there is absolutely no reason for any packages. For approach, you either steal it from someone or you build your own, there is no easy way about it. So suggested series (Build A Laravel App With TDD) is probably your best pick.

3 likes

Please or to participate in this conversation.