Actions

Difference between revisions of "Testing Area/Behat Testing/Basics"

From Mahara Wiki

< Testing Area‎ | Behat Testing
Line 2: Line 2:
 
<h1>How to write a Behat test</h1>
 
<h1>How to write a Behat test</h1>
  
You need a text editor installed to write you Behat tests on Eg; Vim, Gedit, Scite and Eclipse.
+
You need a text editor installed to write your Behat tests on for example Vim, Gedit, Scite and Eclipse.
  
 
You can follow the Behat documentation below on how to write a test:
 
You can follow the Behat documentation below on how to write a test:
 
  [http://docs.behat.org/en/v2.5/guides/1.gherkin.html]
 
  [http://docs.behat.org/en/v2.5/guides/1.gherkin.html]

Revision as of 15:56, 15 December 2014

How to write a Behat test

You need a text editor installed to write your Behat tests on for example Vim, Gedit, Scite and Eclipse.

You can follow the Behat documentation below on how to write a test:

[1]