Hi,
I am new to grocery and I have implemented some test cases for a new application. The grocery crud framework works very well and is very easy to use. Thanks for that great piece of software :)
I am not very experienced with module tests in php but I want to test some formulars that are automatically created by grocery. I want to test some bad (not allowed) input, or to long input and so on.
Is there a way of automatic testing like php module test oder something else?
How do you test your formulars?