Returns all issues/tests that are marked as failed in part of a specific execution of a given test plan. Syntax Code Block |
---|
theme | Confluence |
---|
firstline | 1 |
---|
linenumbers | true |
---|
| failedInExecution(project,plan,execution) |
Where project is the name of the project that contains the desired test plan. Plan is the name of the test plan. Execution is the name of a specific execution of the given test plan. Supported FieldsSupported Operatorstest plan. Syntax Code Block |
---|
theme | Confluence |
---|
firstline | 1 |
---|
linenumbers | true |
---|
| testPlan(project,plan) |
Where project is the name of the project that contains the desired test plan and plan is the name of the test plan. Supported FieldsSupported Operators= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED | | | | | | | | | | | | | | | | | |
ExamplesFind all issues/tests that are part of the test plan "Example Plan" created on the project "OnlineHotelReservation": Code Block |
---|
theme | Confluence |
---|
firstline | 1 |
---|
linenumbers | true |
---|
| issue in testPlan("OnlineHotelReservation","Example Plan") |
|