We could Test/Run the APK in multiple devices in the combination of Emulators and Physical devices using the Spoon from Github. Android’s ever-expanding ecosystem of devices creates…… Read more “Test APK in Multiple Devices using Spoon”
Category: Mobile Application Automation
Jenkins with Apache Maven for Continuous Integration
What is Jenkins from wiki perspective? Jenkins is an open source continuous integration tool written in Java. The project was forked from Hudson after a dispute with…… Read more “Jenkins with Apache Maven for Continuous Integration”
How to Integrate Apache Maven with Appium, Java and JUnit in Eclipse IDE?
You have already seen the section of “How to automate Android mobile application using Appium?” and now the below information is going to help you in the…… Read more “How to Integrate Apache Maven with Appium, Java and JUnit in Eclipse IDE?”
How to sign Android APK?
We will be using the Android APK file for automation in which the file need to be signed with the appropriate key store. You could not directly use…… Read more “How to sign Android APK?”
How to break the Android APK file to analyze the source code in classes.dex?
We could break the Android APK file to analyze the source code available in the classes.dex using the dex2jar utility tool based on the below steps; Download…… Read more “How to break the Android APK file to analyze the source code in classes.dex?”
Handling mobile elements in Android App using Appium
How to Handle Scroll event in Android Mobile App? MobileElement scrollEvent = (MobileElement) driver.findElement(By.id((“com.imaginea.fontli:id/txt_invite_friends”))); scrollEvent.swipe(SwipeElementDirection.UP,2000); How to check whether the particular element is available in the mobile…… Read more “Handling mobile elements in Android App using Appium”
How to Setup and Automate iOS mobile application using Appium in Mac?
Work Flow of Appium As discussed in the “How to Automate Android Mobile Application using Appium?” posting, Appium test script written in IDE will interact with…… Read more “How to Setup and Automate iOS mobile application using Appium in Mac?”
Family of iOS Automation Frameworks and its comparison matrix
Apple iOS application can be automated by using the following framework and it should be integrated with the XCODE to cover the user-acceptance testing based on the…… Read more “Family of iOS Automation Frameworks and its comparison matrix”
How to Automate Android Mobile Application using Appium?
Work Flow of Appium Appium test script written in IDE will interact with the Appium Server which is nothing but the node server with the specified IP…… Read more “How to Automate Android Mobile Application using Appium?”
Family of Open Test Framework for Android App Automation
Android application automation can be supported by using the following frameworks, which are open source. Mobile Application functional testing(acceptance) and regression testing can be covered using the…… Read more “Family of Open Test Framework for Android App Automation”