Test your Drupal site's functionality in a human-readable format. Behavior-driven development is a great way to write tests for code because it uses language that humans can understand. Let's see how to implement BDD in Drupal.
The UnitTest Initiative is abandoning the Simpletest module. To get up to speed, you'll need to update your functional tests to use BrowserTestBase (BTB) class.