Category
Archives
- January 2023 (4)
- November 2022 (2)
- October 2022 (6)
- May 2021 (6)
- November 2020 (2)
- September 2020 (1)
- August 2020 (7)
- July 2020 (1)
- June 2020 (3)
- May 2020 (3)
- April 2020 (6)
- March 2020 (2)
- February 2020 (3)
- January 2020 (3)
Search Post by keyword
All Posts
Cumulative Accuracy Profile
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
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
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
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…