Actions

Difference between revisions of "Testing Area/Behat Testing"

From Mahara Wiki

< Testing Area
Line 1: Line 1:
 
==<strong>Welcome to Behat testing with Mahara</strong>==
 
==<strong>Welcome to Behat testing with Mahara</strong>==
 
+
Behat testing is writing an automated test that tests the developers code by automatically clicking around Mahara to check the devs submitted code doesn't break anything.
This wiki section will teach you step by step how to write and submit your first Behat test.  
+
<br>This wiki section will teach you step by step how to write and submit your first Behat test.<br>
 
<br>Follow the steps below:<br>  
 
<br>Follow the steps below:<br>  
  

Revision as of 11:15, 3 November 2014

Welcome to Behat testing with Mahara

Behat testing is writing an automated test that tests the developers code by automatically clicking around Mahara to check the devs submitted code doesn't break anything.
This wiki section will teach you step by step how to write and submit your first Behat test.

Follow the steps below:


  1. Setting up your Mahara with Behat
  2. Running tests
  3. Writing tests
  4. Steps
  5. Submitting tests