To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorReports - Operator Grouped Errors
As a user, I want to see reports based on count of errors grouped by time period for each operator
- Scenarios
-
- Show error count per day per operator
- Show error count per week per operator
- Show error count per month per operator
- Show error count per year per operator
- Report Filtered by Start date
- Report Filtered by No date (default to past 30 days)
- Report Filtered by End date
- Report Filtered by Error codes
- Report Filtered by Device ID
- Report Filtered by Operator ID
- Report Filtered by Software version
- Report Filtered by Customer
- Report with two filters applied
- Report with three filters applied
- Show error count per day per operator
-
- Given
- that the Opertors Reports page is displayed
- When
- I enter a specific Day
- Then
- I will be displayed a report for that Day per operator
- Show error count per week per operator
-
- Given
- that the Opertors Reports page is displayed
- When
- I select per week
- Then
- I will be displayed a report per week per operator
- Show error count per month per operator
-
- Given
- that the Opertors Reports page is displayed
- When
- I select per month
- Then
- I will be displayed a report per month per operator
- Show error count per year per operator
-
- Given
- that the Opertors Reports page is displayed
- When
- I select per year
- Then
- I will be displayed a report per year per operator
- Report Filtered by Start date
-
- Given
- that the Opertors Reports page is displayed
- When
- I filter by Start date
- Then
- I will be displayed a list of errors per oprator from that date onwards
- And
- an indicator of date filter applied
- Report Filtered by No date (default to past 30 days)
-
- Given
- that the Opertors Reports page is displayed
- When
- no filter is applied
- Then
- I will be displayed a list of errors per oprator from the last 30 days
- Report Filtered by End date
-
- Given
- that the Opertors Reports page is displayed
- When
- I filter by End date
- Then
- I will be displayed a list of errors per oprator from 30 days up to that date
- And
- an indicator of date filter applied
- Report Filtered by Error codes
-
- Given
- that the Opertors Reports page is displayed
- When
- I filter by ErrorCode
- Then
- I will be displayed a list of that ErrorCode per oprator
- And
- an indicator of Error codes filter applied
Examples: Error codes ErrorCode list of codes here - Report Filtered by Device ID
-
- Given
- that the Opertors Reports page is displayed
- When
- I filter by Device ID
- Then
- I will be displayed a list of errors per oprator for that specific Device ID
- And
- an indicator of Device IDs filter applied
- Report Filtered by Operator ID
-
- Given
- that the Opertors Reports page is displayed
- When
- I filter by Operator ID
- Then
- I will be displayed a list of errors for that oprator
- And
- an indicator of Operator ID filter applied
- Report Filtered by Software version
-
- Given
- that the Opertors Reports page is displayed
- When
- I filter by software version
- Then
- I will be displayed a list of errors per oprator for that specific Software version
- And
- an indicator of Software version filter applied
- Report Filtered by Customer
-
- Given
- that the Opertors Reports page is displayed
- When
- I filter by Customer
- Then
- I will be displayed a list of errors per oprator for that specific Customer
- And
- an indicator of Customer filter applied
- Report with two filters applied
-
- Given
- that the Opertors Reports page is displayed
- When
- I filter by Device ID
- And
- a Start date
- Then
- I will be displayed a list of errors per oprator
- But
- for that specifci Device ID
- And
- from that date onwards
- And
- an indicator of which filters have been applied
- Report with three filters applied
-
- Given
- that the Opertors Reports page is displayed
- When
- I filter by Customer
- And
- a End date
- And
- by Software version
- Then
- I will be displayed a list of errors per oprator
- But
- for that specific customer
- And
- devices running a specific Software version
- And
- upto a specific date
- And
- an indicator of which filters have been applied
Last published almost 7 years ago by Jit Gosai.