14 Accessing Previously Run Jobs
Learn about accessing the status and details of jobs run in the Oracle Communications Solution Test Automation Platform (STAP) UI.
Topics in this chapter:
Viewing Job History
To manage previously run jobs, navigate to Menu using the navigation panel from the Dashboard. Select History to view and manage jobs.
All jobs run are listed in the order of their run date, with the most recent
job at the top of the page. The row for each respective job displays the job name, job
start date and time in the deployment server time zone, and the job status: passed or
failed. You can also perform actions within the job row. To view more details about the
job run, click on the view icon (). See "Viewing Scenario Details". To re-run the job, click the restart icon (
).
Note:
If your screen is zoomed in at 90% or higher, click on the more actions icon (
You can access the details of a specific job by clicking its respective row. The row expands and you can view the details listed in Table 14-1:
Table 14-1 Viewing Job Details
Field | Description |
---|---|
Name | Name of the job run. |
Type | Type of the job run. The default job type is Instant Job. |
Environment | The environment in which the job was run. For example, test or production. |
Start Time | The date and time that the job was commenced. |
Duration | The duration of time for which the job was run, in seconds and milliseconds. |
Result | The status of the job: passed or failed. |
Viewing Scenario Details
You can view detailed information about the scenarios run in a previously run
job by clicking the view icon () at the end of the row of the respective job in History.
You can view the details listed in Table 14-2:
Table 14-2 Scenario Status
Field | Description |
---|---|
Result | Total scenarios run in percentage. |
Percentage | Scenarios passed in percentage. |
Passed | Total number of scenarios passed. |
Failed | Total number of scenarios failed. |
Skipped | Total number of scenarios skipped. |
You can also view an overview of each scenario of the job in visual graphs:
- Job Results shows the number of passed, failed, and skipped scenarios of the job in a pie chart format.
- Failure Analysis shows the reason for failure in a pie chart format. For example, the number of scenarios failed due to validation error, the number of scenarios failed due to configuration error.
- Results by Duration shows the time taken to run each individual
scenario of the job in a graph format.
For more information, see "Viewing the Results of Each Scenario Under a Job".
To restart the job, click on the Restart Job button on the top-right corner.
Viewing the Results of Each Scenario Under a Job
You can view the results of each individual scenario under the selected job under Scenarios Result.
Note:
This search bar does not support filter tags.All scenarios run under the job are listed with the details described in the Table 14-3:
Table 14-3 Scenario Results
Field | Description |
---|---|
Name | Name of the scenario. |
Duration | The duration of time for which the scenario was run, in seconds and milliseconds. |
Start Time | The date and time that the scenario was commenced. |
Result | The status of the total number of tasks in the scenario: number of tasks passed, number of tasks failed, number of tasks skipped, and number of tasks containing errors. |
Status | The final status of the scenario: passed or failed. |
To view a detailed report of the scenarios run, click View Detailed Report.
Viewing the Detailed Report of Scenarios
Upon clicking View Detailed Report, you can view each scenario in detail including the tasks that were passed, failed, or skipped.
The pane on the left lists all the scenarios run. To view details of a particular scenario, click on its row.
- To expand each task, click on the respective task row. You can also filter tasks by enabling or disabling the Pass, Fail, and Skip filter tabs. By default, all filter tabs are enabled.
- Upon clicking on a particular task, you can view a list of all the steps run to perform the selected task in the scenario.
- Click on the row of each respective step to view a detailed report
of each step run.
This opens a pop-up detailing information about the task run.
Table 14-4 Details
Field | Description |
---|---|
Name | Name of the task. |
Action | Action performed in the task. |
Type | The type of task performed. |
Start Time | The start date and time of the task, in the time zone set in your UI. |
End Time | The end date and time of the task, in the time zone set in your UI. |
Duration | The time duration for which the task was run, in milli seconds. |
Data
Displays data configured in the step's BDD. If no data is configured, this section is blank.
Validation
Displays validations created under the step in BDD.
Save
Displays saved variables and values present in the step.
Log
Table 14-5 Log Details
Field | Description |
Level | The level of the action. You can switch between the log levels INFO, DEBUG, ERROR, and WARNING to view detailed logs. |
Timestamp | The day, date, and time at which the action was performed. |
Message | Details of the action performed. |
Error | Details of an error when the action was performed. If there is no error, the column is blank. |