Actions

Testing Area/Behat Testing: Difference between revisions

From Mahara Wiki

< Testing Area
No edit summary
mNo edit summary
Line 1: Line 1:
==<strong>Welcome to Behat testing with Mahara</strong>==
==<strong>Welcome to Behat testing with Mahara</strong>==
<pre style="white-space: pre-wrap;
 
white-space: -moz-pre-wrap;
<br>Behat testing is writing an automated test that tests the developers code by automatically,</br>
white-space: -pre-wrap;
<br>clicking around Mahara to check the devs submitted code doesn't break anything.<br>
white-space: -o-pre-wrap;
<br>This wiki section will teach you step by step how to write and submit your first Behat test.</br>
word-wrap: break-word;">
<br>Follow the steps below:</br>
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:
</pre>
</pre>



Revision as of 11:57, 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:


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