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

How To Start-Stop Appium Server Programmatically – Method 2

Earlier In PREVIOUS POST, I have described you one of the example to start and stop appium server programmatically in your android software app automation testing with practical example. Now let me explain you another method to start and stop appium server programmatically. You can use any these two methods to start and stop appium server In … Read more