Screen Orientation In Appium Android App Automation Testing

You occasionally needs to rotate screen orientation from portrait to landscape and landscape to portrait during android software application testing to check everything display and working fine In both orientation. Same thing you have to verify during appium android software test automation. For screen orientation of android software app screen during appium test automation, We can use rotate() … 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

Appium Step By Step Tutorials For Android

Earlier we learnt step by step appium tutorials for android software app in PART 1 and PART 2. In this section we will see few more examples on how to interact with different elements of android software app in android appium software automation test. All these android appium software automation test are implemented practically on different … Read more