Automation TestingMobilityTesting

Appium: Some Advance Features, Key Codes and Limitations

Introduction  Appium is an unreservedly distributed open source tool used for User Interface as well as functional testing of Android and iOS mobile applications. Appium permits native, hybrid and web application testing and backing automation test on physical gadgets as well as on emulator or simulator both. It offers cross-platform application testing i.e. the same API […]

Keshav Kashyap
Keshav Kashyap
Read

AndroidTechnologyTesting

Performance Testing using MONKEY tool for Android

It’s surprising that only about 8% of developers actually test their application. There are so many buggy apps on the marketplace and it is quite disheartening for developers who take mobile app development seriously. “Release it now, fix it later” is a common practice these days. A buggy app will always cost the developer and the […]

AndroidAutomation TestingAWS

How to provide your TestsScripts & Dependencies to AWS Device Farm

If you are using Appium, TestNG & Maven test frameworks and Java language for your mobile automation project, then it’ll help you. To run your Appium Java TestNG scripts, you need to club your test-cases & all the dependencies in one file and provide it to Device Farm. And to attain this, do some modifications in the […]

AndroidAutomation TestingAWS

Android App Automation on Multiple Devices in parallel using AWS Device Farm

App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort & check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones & tablets and it is really impossible to test […]

Automation TestingMobility

Mobile App Automation Testing Using Appium

What is Mobile Automation Testing? Mobile Automated testing provides a mechanism to consistently repeat a test procedure and verify application results. It can be effective both for regression testing as well during development. Testing mobile applications is different and more complex than testing traditional desktop and web applications. Prerequisites for Mobile Automation Testing on Windows […]

AWSTechnology

AWS Device Farm: A service to test mobile apps on real devices

AWS Device Farms Device Farms is a recently introduced service that can test mobile apps on real devices in the AWS Cloud. Currently, it supports Android and Fire OS apps. This service can be used to improve the quality of testing by running the test on real smartphones and tablets with different hardware, OS versions […]