All Posts

Cumulative Accuracy Profile
Cumulative Accuracy Profile
VimalApr 3, 20202 min read

Introduction: Cumulative Accuracy Profile(CAP) curve is used to evaluate the performance accuracy of Classification Algorithms. It determines the cumulative number for required property(in y-axis) across the corresponding cumulative number for total population(in x-axis). Characteristics: Area…

Perform scroll in android app using Appium and JAVA
Perform scroll in android app using Appium and JAVA
GokulMar 29, 20204 min read

Versions used while doing this blog post,Appium server version : 1.16.0Appium JAVA client version : 7.3.0 In the latest version of Appium JAVA client, we don’t have direct method to perform scroll functionality. In this…

Understanding the Plotly
Understanding the Plotly
VimalMar 2, 20202 min read

Plotly: Plotly is an organization that makes visualization tools including a Python API library. Plotly Python library can be used to create interactive graphs in an easier, faster and efficient way. Plotly library is a…

Invoke app in real android device using APPIUM and JAVA
Invoke app in real android device using APPIUM and JAVA
GokulFeb 17, 20202 min read

Versions used while doing this blog post,Appium server version : 1.16.0Appium JAVA client version : 7.3.0 As we know, Appium is capable of automating Web, native and hybrid apps in android. In this post, lets…