Open in app
Home
Notifications
Lists
Stories

Write
Hemanth Sridhar
Hemanth Sridhar

Home

Pinned

6 steps to Upload your Java and Android libraries to Bintray JCenter using Gradle

JCenter is the easiest way to add your Java artifacts as a part of this massive community. JCenter is a superset repository of maven central. The most amazing feature is that the sync of your java library inclusion is seamless and immediate after approval. In order to link a package…

Gradle

3 min read

6 steps to Upload your Java and Android libraries to Bintray JCenter using Gradle
6 steps to Upload your Java and Android libraries to Bintray JCenter using Gradle

Jan 21, 2021

9 steps to Upload your Java library to Bintray JCenter using Maven

JCenter is the easiest way to add your Java artifacts as a part of this massive community. JCenter is a superset repository of maven central. The most amazing feature is that the sync of your java library inclusion is seamless and immediate after approval. In order to link a package…

Android

3 min read

Upload your Java library to Bintray JCenter using Maven in 9 steps
Upload your Java library to Bintray JCenter using Maven in 9 steps

May 22, 2020

TestNG CSV Excel DataProvider

INSTALLATION

Testing

2 min read

TestNG CSV Excel Data Provider
TestNG CSV Excel Data Provider

Mar 23, 2020

Publishing your Docker Images to Bintray

JFrog Bintray is a cloud platform that gives you full control over how you publish, store, promote, and distribute software. In this article, I will be creating a custom image installing node, chrome browser and Lighthouse CI with Ubuntu as the base image and uploading it to Bintray. If you…

Docker

2 min read

Custom Docker Images and Bintray
Custom Docker Images and Bintray

Mar 23, 2020

Lighthouse CI setup with Jenkins

Lighthouse is an open-source automated tool that audits for performance, accessibility, SEO, best practices, PWA and much more for the web application under test. Lighthouse CI (LHCI) is a layer of commands that enables us to run, assert, save and fetch LHCI results. In this article, I will go over…

Google

2 min read

Lighthouse CI setup with Jenkins
Lighthouse CI setup with Jenkins

Dec 23, 2019

Enabling video/screen recording for your Selenium Grid tests

One of the features that we all crave for is a recorded video of the tests we ran. It helps us in debugging as well as reporting of our bugs. There are definitely multiple ways to do it. For starters using ffmpeg with its video recording APIs, using zalenium, selenium-grid-extras…

Selenium

2 min read

Enabling video/screen recording to your Selenium Grid tests
Enabling video/screen recording to your Selenium Grid tests

Nov 29, 2019

Enabling video/screen recording for your Appium tests

One of the hidden features that Appium has is screen recording. It is inbuilt and unlike configuring things externally like how we do with Selenium, the APIs are available out of the box. START RECORDING SCREEN In order to start the recording, we just need to call the startRecordingScreen() method from the respective…

Appium

2 min read

Enabling video/screen recording for your Appium tests
Enabling video/screen recording for your Appium tests

Sep 15, 2019

Global Hooks in Cucumber JVM

One important feature in my opinion that is missing in Cucumber JVM at the moment are global hooks (beforeAll and afterAll). To ensure we get the global hooks feature, we implement the Base Class with ConcurrentEventListener interface and define setEventPublisher method. After this is done, we add this class as a plugin. This has been tested with cucumber-4. This works even if the tests are running are in parallel.

Cucumber

1 min read

Global Hooks in Cucumber JVM
Global Hooks in Cucumber JVM

Sep 8, 2019

Selenium Page Factory with JSON

Selenium Page Factory helps us to implement the Page Object Model design pattern. One of the limitations with the page factory however, is that we can’t read locators from an external resource like a property file or a JSON. …

Test Automation

1 min read

Custom Selenium Page Factory to read locators from JSON
Custom Selenium Page Factory to read locators from JSON
Hemanth Sridhar

Hemanth Sridhar

Staff Software Engineer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable