Agilitest allows you to use advanced formatting of comments directly from the publisher.
The format used is HTML, so you can design your comments as you wish.
In addition, you can use the variables in your scripts to make intelligent comments.
There are three types of comments:
- Script comment
- Functional step
- Execution log
Script comment
This comment explains the operations performed by the script, intended for those who will have to maintain it in particular.

Comments of type "Functional step"
These comments indicate an important step in the course of the test.
They are included in the video and XML / pdf report files
Comments of type "Execution log"
These are functional comments for the testers.
Samples
- Bold characters
- Underlined characters
- Italic characters
- Using bullets
- Using numbered paragraphs
- Clickable active links
- Show a screenshot
Below are some examples of these HTML formats of strings allowed with Agilitest:
- Bold characters :
<b> Bold characters </b>

- Underlined characters :
<u> Underlined characters </u>

- Italic characters :
<i> Italic characters </i>

- Using bullets :
<UL> <LI> Using bullets N°1</LI><LI>Using bullets N°2</LI></UL>

- Prioritized into numbered paragraphs: :
<OL><LI>Numéro 1</LI><LI>Numéro 2</LI></OL>

- Insert an active clickable link (to a bug tracking software like Jira or Bugzilla):
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1431248">Bug 1431248</a>

- Insert and display a link to a screenshot (which would illustrate the error to correct):
<img src="https://bugzilla.mozilla.org/attachment.cgi?id=8943437" width="300" height="110"/>

- An example of an advanced comment in the editor:
