JIRA Installation Steps In Linux

Earlier in my PREVIOUS POST, We learnt about how to install JIRA in windows OS. In this article, we will learn how to install JIRA in Linux machine.Kindly follow below steps for installing JIRA on Linux machine. Let’s start how to do it. Prerequisite : Java software should be installed in your system. Download trial version … Read more

JIRA – Introduction

Why Need JIRA? For better Project Management and Issue tracking, We need a tool which can fulfill bellow given requirements. Manager can create new software project. User can describe information and additional points which are discussed with team regarding software project. User can maintain and track progress of software project. User can track what types of issues … Read more

Appium – Moving SeekBar Of Android App

In android software app, Seekbar Is an element which allows you to set progress level by moving draggable thumb In left or right direction. It Is an extension of Progress Bar. Automating android seekbar movement in appium software automation Is easy but little tricky. We will use TouchAction class of appium to move sleek bar In right or left … Read more