tripal / tripal_doc

Official Documentation for the Tripal Platform
https://tripaldoc.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 3 forks source link

Resources for Functional Testing #64

Open laceysanderson opened 3 months ago

laceysanderson commented 3 months ago

Functional testing should only be used when directly navigating the page virtually through the testing environment. This is done in Drupal by a collection of Drupal methods and the Behat Mink web driver. Here are the resources I use when figuring out which of the multitude of methods available to me fit my needs:

Note: these links are for a development version of the Drupal api docs since the official site doesn't show all pages well.

Additionally, here are some examples of functional tests in Drupal that I'm using to piece all this together.