Appium Android – Set Star Rating Bar Example
Automating star rating bar in appium android software test is very easy, There will be star rating bar in many android software […]
Automating star rating bar in appium android software test is very easy, There will be star rating bar in many android software […]
Selecting item/value from drop down is needed in android software app as most of the apps contain drop down. Earlier we learnt […]
Selecting radio button of android software app in appium automation test is same action as selecting check-box as described in my Earlier […]
Retrieving all values from drop down list of android app software in appium software automation test is little tricky task but not […]
Hiding keyboard in android device is one of the common action. In your android mobile device, It will show you soft keyboard […]
Check box is another common element of any native, hybrid or mobile software web applications. Selecting check box of android software app in […]
Text box is very common element of any android native software app or software web application. In android appium software automation test, […]
In android, There is one important element ON/OFF switch. It is very easy to ON/OFF switch in android automation test using appium […]
In android automation test, Sometimes you need to verify if element is present or not on native software app’s screen before taking […]
Appium software test execution video recording Is required when you are executing very large tests and perform multitasking. Recording android device’s screen […]
There are many different software available using which you can share your android mobile device screen with your PC or laptop. androidscreencast software Is […]
You occasionally needs to rotate screen orientation from portrait to landscape and landscape to portrait during android software application testing to check everything display […]
In android software app, Seekbar Is an element which allows you to set progress level by moving draggable thumb In left or right […]
Earlier In PREVIOUS POST, I have described you one of the example to start and stop appium server programmatically in your android software […]
Earlier we learnt step by step appium tutorials for android software app in PART 1 and PART 2. In this section we […]
Start and stop appium server Programmatically means start the appium server using code when your software app test execution started and stop appium server using […]
Earlier we learnt how to download and Install appium server In windows during THIS POST and THIS POST will show you how […]
Earlier In previous post, We learnt how to capture screenshot of android mobile software app screen on any stage In android appium […]
Capturing screenshot in appium android automation Is main requirement for any software automation tool. During software automation testing process, It should allow you […]
Android software apps contain date pickers. The date picker can be Inline or it can be in a dialog. Just like other […]
Spinner Is a drop down In android software native app where you can select Item from the drop down list as per […]
Alert dialog Is common element of any android software app so you must know how to handle android app alert In appium […]
MultiTouch Action In android mobile software app Is one of the common action. Earlier we learn usage of TouchAction class In appium android software automation […]
In android appium software automation test, You also needs to scroll tabs horizontally(from right to left or left to right) If there […]
Earlier In THIS POST, we learnt how to swipe In horizontal or vertical direction In any android software app using driver.swipe() and […]
Earlier In previous post, we learnt how to interact with android mobile gesture to perform horizontal and vertical swipe using driver.swipe() in appium […]
We will use below the sample APK file for testing in different appium software automation test examples. You can download a sample […]
Drag And Drop Is one of the common action of any android app. You will see many android mobile apps where you […]
Earlier in THIS POST, We learnt different element locators of android app like XPath, ID, Name And className to use in appium automation […]
Earlier we learnt how to run android automation test in real android device using appium as described in THIS POST. So I am […]