Dev Portal Site Testing

Not applicable

I was wondering what tools (if any) people are using to do automated testing against the developer portal. For example today I installed a security update to the "me" module and found after the fact it had stopped the user/edit page working on our portal.

I would like to be able to do some automated testing to verify that the basics of the site are still working after a change has been applied.

Solved Solved
0 5 236
1 ACCEPTED SOLUTION

@mark.ferguson,

After looking into this, I don't think you need a patch after all, just do a full cache clear in Drupal and it should be working again.

View solution in original post

5 REPLIES 5

Hello @mark.ferguson You may use https://www.drupal.org/project/simpletest

This will allow you write tests and run them after you did upgrades or any functional changes. Here is a another module that compliments simpletest by allowing you to automate some of the tasks of writing a test.https://www.drupal.org/project/simpletest_automator

If you need to see how this is done, please take a look at https://drupalize.me/videos/introduction-automated-testing-simpletest?p=1881 (subscription needed for this, but there are other links on the web which are not as comprehensive)

Hope that helps!

Hi @mark.ferguson,

Does the patch in https://www.drupal.org/project/me/issues/2932196 help? It sounds like it could be related.

@mark.ferguson,

After looking into this, I don't think you need a patch after all, just do a full cache clear in Drupal and it should be working again.

Thanks will give it a try.

that does the trick 🙂 thanks.