| Annotation Type | Description |
|---|---|
| Attachment |
A file with additional information captured during a test such
as log, screenshot, log file, dump, server response and so on.
|
| Description |
Using this annotation you can add some text description
to test suite or test case.
|
| Features |
In order to group your tests by features simply annotate test suite
or test case with
Features
annotation. |
| Issue |
Use this annotation to link a single issue from issue tracker to test cases and test suites.
|
| Issues |
Use this annotation to link multiple issues from issue tracker to test cases and test suites.
|
| Parameter |
You can use this annotation to add parameters to your tests:
|
| Severity |
Each test has severity level.
|
| Step |
In order to define steps you need to annotate respective methods
with @Step annotation.
|
| Stories |
In order to group your tests by stories simply annotate test suite
or test case with
Stories
annotation. |
| TestCaseId |
Use this annotation to link a test method with a test case in Test Management System (TMS).
|
| Title |
Use this annotation to set test suite and test case title.
|
Copyright © 2017 Yandex. All rights reserved.