How To Find .Apk File Package Name And Launcher Activity Name
In previous step, we learnt about how to locate android native software app elements by XPath, ID and className and We will […]
In previous step, we learnt about how to locate android native software app elements by XPath, ID and className and We will […]
ANDROID_HOME : You must need to set android_home environment variable in order to run appium test. In previous post, We learnt about how […]
findElements method is different than the findElement method in selenium webdriver. findElements method is useful to find all elements from page using given […]
We are using getTitle() method very frequently in out selenium webdriver tests. It is one of the basic and most commonly used […]
Selenium WebDriver have many different methods and one of them is getCurrentUrl() method. So what is the actual usage of getCurrentUrl() method and […]
WebDriver interface has many different methods and get method is one of them. WebDriver interface is implemented by different browser classes like […]
36. What is command to start appium from command prompt? Answer : “node appium” command from node_modules folder of appium will start […]
31. : Which method is used to perform scroll down to text in appium. Answer : You can use scrollTo() method to […]
26. : Can you tell me usage of findElements() method? Answer : We can use findElements() method to get the list of […]
21. : Which android version is supported by appium? Answer : Appium support Android 17+ API level versions only. You need to use […]
16. : Can you tell me few appium limitations? Answer : Limitations Of Appium are described on THIS PAGE. 17. : Tell me different […]
11. : How to configure android device to run software test using appium in devices? Answer : In order to run software automation tests […]
6. : What is Node.js? Answer : It is cross-platform runtime environment which is used to develop server-side software web applications. It […]
1. : What Is Appium? Answer : Appium is an open source mobile application automation testing tool. Using appium, We can automate native applications, Mobile […]
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 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 In previous post, we learnt how to interact with android mobile gesture to perform horizontal and vertical swipe using driver.swipe() in appium […]