| '''Errors'''
|The command fails if no database is opened, if the specified query is invalid or if it does not return nodes of the currently opened database.
|}
==TEST==
{{Mark|Introduced with Version 7.9:}}
{| width='100%'
|-
|width='130'|'''Syntax'''
|{{Code|TEST [path]}}
|-
| '''XML Syntax'''
|<code><test path='...'/></code><br/>
|-
| '''Permission'''
|''ADMIN''
|-
| '''Summary'''
|Runs all Unit tests in the specified {{Code|[path]}}. The path can point to a single file or a directory.
|-
| '''Errors'''
|The command fails if at least one test fails.
|-
| '''Examples'''
|
* {{Code|TEST project/tests}}<br/>runs all tests in the directory {{Code|project/tests}}.
|}