We’ve been building with Mautic for a while now and made quite a few modifications for v2.5.1.
What I’m wondering is how the folks at Mautic are doing user testing for the Mautic platform?
We’d like to try and adopt a similar style of testing for our users.
If you have any insight on testing procedures, standards, methods that would be very much appreciated.
We’ve been building with Mautic for a while now and made quite a few modifications for v2.5.1.
What I’m wondering is how the folks at Mautic are doing user testing for the Mautic platform?
We’d like to try and adopt a similar style of testing for our users.
If you have any insight on testing procedures, standards, methods that would be very much appreciated.
Hi. I did create a small and simple Vagrant file for helping with testing (setup and tear down cycle). Might help you:
Thanks for your reply kgroves, useful to have such automation.
I’m also looking for functional testing examples that can be used for Mautic. Any idea’s?
That is a new level of nightmare for any web application. Something along the lines of Selenium but thats a lot of work to setup. I did notice something in Mautic github which led me to https://github.com/mautic/mautic#testing
Good find kgroves, I’ll look into those tools.