Launching Beta Version Appium PDF Dashboard Report API

Launching Beta Version Appium PDF Dashboard Report API

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

No alt text provided for this image

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

No alt text provided for this image



Sukumar Kutagulla

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?

回复
Aravindanath D M

Senior Automation Lead at Lead Squared

5 年

Can u provide the link to get jar

回复

要查看或添加评论,请登录

Kushan Shalindra Amarasiri的更多文章

社区洞察

其他会员也浏览了