⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Module Tests



dreitakter

dreitakter
  • profile picture
  • Member

Posted 29 May 2017 - 06:06 AM

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?