View your test results from a set of customizable reports. Generate and view a report from the Reports menu in EyeStudio. The reports are based on the statistics stored in the “test_history.csv” and “test_steps.csv” files. EyeStudio stores test statistics from all test runs in the CSV files.
All reports in EyeAutomate can be customized using the templates provided. Each type of report has its own template. The templates can be found in the “report_templates” folder and their filename ends with “_template.htm”. You may customize anything from font, language, date & time format, colors and formatting.
The Test Summary Report lists all tests that have been run. Click on the script filename link to get more information about each run.
The table columns are:
Column |
Description |
Script |
The filename of the script. |
Runs |
The total numbers of times run. |
Passed |
The number of times that the script was run without problems. |
Failed |
The number of failed runs. |
Last Status |
The status (Passed or Failed) of the latest run. |
The Test Step Duration Report shows statistics from the execution time of all Steps. Note that commands that are not part of any Step will not show up in the report. This report can be used for evaluating the speed of the application under test.
The table columns are:
Column |
Description |
Script |
The filename of the script. |
Step |
The step description. |
Runs |
The total numbers of times run. |
Min (ms) |
The lowest execution time in milliseconds. |
Average (ms) |
The average execution time in milliseconds. |
Max (ms) |
The highest execution time in milliseconds. |
The Test History Report lists all runs for a given script. Click on the date or time link to get more information about the script execution.
The table columns are:
Column |
Description |
Date |
The date that the script was run. |
Time |
The time that the script was run. |
Passed |
The number of commands that was executed without problems. |
Failed |
The number of failed commands. |
The Test Run Report lists all commands that have been executed in a test run. Failed commands will also have a link to a screenshot that shows the actual screen at the time of the error. A screenshot will also be included for captured images.
The table columns are:
Column |
Description |
Command |
The script command. |
Run Status |
Passed or Failed. A screenshot will be included for Failed and Capture commands. |
The Test Steps Report lists all commands in a script.
The Manual Test report lists commands in a script as a manual test instruction.
Command names are translated into native text into using the “manualtest.properties” file. The “manualtest.properties” file can be translated into your preferred language.
Note that the only commands that will appear in the report is the commands listed in the “manualtest.properties” file.