Launching Beta Version Appium PDF Dashboard Report API
Kushan Shalindra Amarasiri
Director Quality Engineering at Social Catfish
We all automate testing of mobile application and most of the reports we have will state whether the test is passed or failed. But there is a hidden path where the application can give problems to users, like high heating, high battery usage, high memory and process usage. We never look at these. The Appium PDF Dashboard is Report which will give these information in a graphical format at your fingertips and it can be easily integrated to your existing Appium Java Framework.
To integrate simply download the JAR file which has the API from sourceforge.
Next add the API as an external JAR file
In your test import the following classes
import org.kushan.mobile.*
Next to capture each matrices call the respective commands at each points of your test scenarios.
Battery.CaptureBattery(); Heat.CaptureHeat(); Memory.CaptureMemory(); ProcessMemory.CaptureMemory();
At the end if your need to generate the report call the following generate method.
GenerateReport.GenerateReport()
It will generate the data time stamped PDF report with all the graphs
Sr. Engineer : ISTQB Certified | Java | C# | TypeScript | copilot | Selenium | WebdriverIO| Appium | Android | iOS | JIRA | Git | Docker | Jenkins | Azure | BDD
5 年@can u please provide sample report how does it looks like?
Senior Automation Lead at Lead Squared
5 年Can u provide the link to get jar