User form testing without reentering the same data over and over again

Hello,

Im curious, is there a way to test for example a user form entry without contently re-entering data to test?

Depends on your code setup, but ideally you should be able to run the involved classes through their paces using PHP Unit.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.