Actions

Testing Area/Behat Testing: Difference between revisions

From Mahara Wiki

< Testing Area
No edit summary
Line 10: Line 10:
# [[Testing/Behat_Testing/Writing tests |Writing tests]]
# [[Testing/Behat_Testing/Writing tests |Writing tests]]
# [[Testing/Behat_Testing/Steps |Steps]]
# [[Testing/Behat_Testing/Steps |Steps]]
# [[Testing/Behat_Testing/Error |Errors]]
# [[Testing/Behat_Testing/Submitting tests |Submitting tests]]
# [[Testing/Behat_Testing/Submitting tests |Submitting tests]]



Revision as of 09:51, 30 March 2015

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. Errors
  6. Submitting tests