Tagged Questions
0
votes
1answer
13 views
How to get ADB logs using eggPlant automation tool
Can anyone tell me how can we get adb logs using eggPlant automation tool.Actually i want to have adb logs for my device when running eggPlant scripts.
Please help me out in this situation.
0
votes
0answers
24 views
How to run set of Test Cases using Android's UI Automator
I am working on Android's UI Automator to automate few test cases in my current Project.
Few Test Cases that I have written so far as individual public classes under the package ...
0
votes
3answers
69 views
Call a method every x minutes
currently I have a application which can send notifications, I would like this application to be able to send these notifications automatically every x minutes (for example, 15 minutes is the ...
0
votes
0answers
29 views
Robotium : I want to Do data driven Testing using robotium?
I am searching a way I want to test login and it is not possible to write all the function with hard code values So like we have Data driven(parametrization) in QTP etc the tool fetch data from a file ...
0
votes
0answers
14 views
How can i create a user own function in eggplant tool
As am new to this eggplant tool.Can anyone tell me how can i create a user own functions to call some piece of code for recursive use.Actually am familiar with core java. I dint get syntax for ...
0
votes
0answers
24 views
How can I start my app, when another app is starting
How can I start my app, as soon as another app is starting?
One idea:
Run background Service, which check all running apps.
If the specific app is running, the service starts my app... is this the ...
0
votes
1answer
38 views
Need UI Watcher Sample Code
Hi Automation Experts,
URL: http://developer.android.com/tools/help/uiautomator/UiWatcher.html
How to achieve this: You can use this method to handle known blocking issues that are preventing the ...
1
vote
1answer
89 views
How do you test an Android application across multiple processes?
I have the whole project for tablets with resources and already have bunch of test cases written in combination of Robotium, Android and JUnit APIs
In a project which under testing is used special ...
0
votes
0answers
56 views
UI Testing tool android throws error local.properties (Access is denied)
Trying to get the android UI Testing that comes as part of ADT21 (http://developer.android.com/tools/testing/testing_ui.html) to work currently and I seem to be running into some issues.
After ...
0
votes
1answer
40 views
Android Autobrightness that works immediatly
It's pretty easy to set the autoBrightness in Android, isn't it?
Settings.System.putInt(resolver,
Settings.System.SCREEN_BRIGHTNESS_MODE, 0); // 0 is manual, 1 is auto
But if you are ...
1
vote
1answer
395 views
How to compile APK from command line?
I am interested in making Android apps on demand. Depending on the clients request, my web site would send me a JSON file direct to a Windows application that I have created in Delphi. This one would ...
3
votes
2answers
114 views
Where can I get a list of all of the Robotium commands?
Where can I get all Robotium commands?
(waitForView, appBar, clickExit*... all of them)
I searched the web and couldn't find a complete listing anywhere.
0
votes
4answers
205 views
Perform click on button in Android SDK
As soon as the layout is created I want a button to be clicked automatically and I use button.performClick() for that.
The problem is that it doesn't work. It looks like I can't do that during the ...
0
votes
1answer
86 views
ChimpChat Instrumentation
I am trying to use chimpchat from a java program. I am able to successfully establish connection with two emulator instances running. But when i call instrument() function on the device, to run a test ...
-1
votes
1answer
129 views
Automation android game test tool
I have got a project to create an automated test tool for 3rd party (Source code isn't available) android games.So my question is to what extend can we run an automated test for a game. Is it possible ...
-3
votes
1answer
77 views
Is there any Android Automation tool can be used for 3d Graphics Application or OpenGL view application [closed]
The application is like, you have a option to upload 5 images, and using those 5 images you can create a 3d View of that image.
2
votes
1answer
271 views
Start an Android Test from an Intent (or from SL4A)?
I'd like to run some android tests but I want to scedule or delay the execution of these tests. I'm trying to do this from SL4A. The idea is to install SL4A start the server from my laptop, run a ...
2
votes
2answers
168 views
Automation testing tools for androidd apps
I had done automation testing in my android application, I used robotium framework. Still I wish to get hand on other automation tools. so, somebody suggest any other free available automation tools ...
1
vote
0answers
253 views
Calabash Android fails with No Webviews Found
We have a fixture with embedded Webviews in each of our Activity.
On a certain page, we show a progress bar, then show the Webview, show the progress bar again, and finally load content.
Finally, we ...
0
votes
1answer
77 views
Monkeytalk:I am not able to automate the text area for which AutoCompleteTextView has been used
I want to automate android application using MonkeyTalk IDE.
I am not able to automate the text area for which AutoCompleteTextView has been used.
Kindly help me.
1
vote
1answer
254 views
Android/iOS Test Automation: How to simulate complex gestures
Is there a Test Automation framework (for iOS/Android/multi-platform), that doesn't require access to the tested application's source code, that supports the ability to simulate complex gestures such ...
0
votes
1answer
110 views
emulator command doesn't work in crontab (start GUI in contab)
I've wrote a script test.sh for android automation testing, here require start emulator each time
PATH="$PATH:/home/xxx/tool/jdk1.6.0_34/bin:/home/xxx/tool/android-sdk-linux/tools:"
emulator -avd ...
1
vote
0answers
710 views
open source automation tool with record and play
I am searching for an open source automation tool for testing android and ios apps.
I have gone through robotium and monkeytalk. What I need is a tool that has following options
1) Record and play
...
2
votes
1answer
50 views
How to close Android application under test using ant?
To launch the application I am doing:
<target name="run">
<exec executable="adb">
<arg value="shell"/>
<arg value="am"/>
<arg value="start"/>
...
0
votes
2answers
164 views
Android program to log in to skype automatically? [closed]
I am going to make a small android app for myself that automatically logs into skype at 8:00am every morning. The question I have for you all is, what code do I use to go into the skype app, enter in ...
2
votes
0answers
80 views
Android remote build system - install automation
I've put together a remote build system for Android using Ant on a Windows machine and I'm trying to figure out my options for an automated installer in order to deploy the build system to one of my ...
1
vote
3answers
968 views
ADB touchevent does not work dependent on computer
I have a few questions on ADB.
I try to run the following batch file:
adb wait-for-devices
adb shell sendevent /dev/input/event9 3 53 67
adb shell sendevent /dev/input/event9 3 54 768
adb shell ...
4
votes
2answers
1k views
how to create android emulator in command line with options?
I want to create emulator in command line with some options, like hw.mainKeys = false.
I need it to be an shell script so can run on automation test,however here I could not find a place to set those ...
0
votes
3answers
826 views
MonkeyRunner with Robotframework
I am planning to use monkeyrunner scripts to do automated test cases and I want to use robotframework(I am not interested in robotium).
I saw an excellent tutorial for automating sikuli scripts with ...
2
votes
2answers
1k views
How to do UI automation in android?
Is there any guide to do following UI automation like selecting an item, writing text, pressing buttons in Android.
Please list the steps to integrated this UI automation of one of the above thing.
...
0
votes
0answers
108 views
please suggest an automation tool for testing an iOS app [closed]
Hi can you please suggest best tools for iOS and Android automation testing except Robotium
Thankyou
0
votes
2answers
605 views
Android sendevent is really slow - how do Is speed it up?
I am doing some ui automation, and I am able to store screen touches using getevent, but when I try to send this using sendevent, it takes a really long time, making it hard to actually replay the ...
0
votes
1answer
159 views
Android Background Service that will Record/Playback MotionEvents
I am looking for an app that would run a background service that would record MotionEvents at all times (even when not in the app) and store them in some sort of logfile. Then, when requested, would ...
1
vote
2answers
174 views
Loading APK into TestDroid
I am having a problem loading an .apk into Testdroid, as in this tutorial:
http://testdroid.com/testdroid-recorder-recording-without-source-code
When I get to step 8, and hit "Browse", I get the ...
0
votes
0answers
118 views
MonkeyTalk with Signed APK
We are trying to use this for android platform. We tested this for few sample projects and it worked including recording and playing the script. But when we tried this for our actual application, ...
3
votes
1answer
98 views
Automate deployment to the Android Developer Console
Are there any libraries that will help me deploy to the Google Play Android Developer Console?
I would like to automatically:
Upload a new APK
Update the text for "Recent Changes"
Post the form, ...
0
votes
1answer
266 views
Proximity-Based Automatic Garage Door Opener [closed]
I'd like to create automatically open my garage door via a universal garage door remote by connecting it to something with an internet connection from which it will be triggered. Then, with Tasker, ...
0
votes
2answers
126 views
Android app with automatic sync
recently, I've started the developing of a new app, and this app is in need of constant update. I know I can do it with alarms, but I think that a better way is to add my app to android automatic sync ...
0
votes
1answer
46 views
Type of image indexes
I'm using Robotium to test Android apk file.
I have a problem with images.
When I want to tap on the image I usually use the index of image like this
solo.clickOnImage(1);
But when this test runs ...
1
vote
3answers
740 views
Arduino and Android based PC
I have plans to integrate an arduino board (not broght) with a Android 4.0 based PC (1GB RAM, 1,5Ghz Proc, HDMI, wi-fi). Is possible to use this android pc to control the arduino board and act as ...
2
votes
4answers
1k views
Android Notifications through ADB
I'm writing a shell script that allows you to install an .apk on all android phones connected to a computer in parallel using Terminal. At my company we do tests on many devices and so this makes the ...
0
votes
1answer
186 views
“Resetting” Robotium searchText
I have a unique situation here. I am testing an app using Robotium and I am doing this under "black box" conditions. In my test, I have a tab titled 'all' and it is at the top of the screen, and I ...
1
vote
1answer
469 views
Detecting device orientation
I need to detect android device orientation change without playing manually with sensor data, while keeping activity orientation stick to some orientation
onConfigurationChange will not work as will ...
1
vote
1answer
220 views
How to close the Alert or Pop up displaying on the mobile using Selenium Android Driver?
I am Automating a Web Application in Android Mobile using Android WebDriver, But I am having a problem closing the Alert OR Pop Up Window.
I am just navigating to my apps url(http://m.url.com) and it ...
0
votes
2answers
436 views
Using resource Id's in Robotium
I'm using Robotium to do some automated testing on an OEM application and I am having trouble using the resource ID's. From what I understand, to use a resource id, you need to do something like this: ...
0
votes
2answers
647 views
Stop scrolling with Robotium
I am trying to verify the content of a large list using Robotium, and for some reason once the program gets to the bottom of the visible list, Robotium will start to scroll, and keep scrolling until ...
0
votes
1answer
64 views
Android Application Automation [closed]
We are debating on which PTT solution to use. We would rather have an automation tool to compare Verizon and Sprint. We have Sprint now and we would like to automate about 2000 test scenarios on an ...
0
votes
0answers
87 views
Script to Adjust HTML in 600 Files - Displays differently on Different Android Devices
I have around 600 HTML files that I need to adjust, preferably without doing it manually!
They were created using TextEdit. Paragraphs should be denoted by a line with paragraph spacing of 12 points ...
0
votes
2answers
176 views
how to do cross app automation testing for android
lots of apps now need to interact with other apps. i'll give some examples:
take picture by calling system camera
open url like http://www.shihuangzhilu.com in a browser
android instruments can ...
1
vote
1answer
255 views
Generate of all drawable sizes from one (large) image automatcly
I am investing some time doing drawables for an Android project and I am looking for alternatives.
Currently I do them on Adobe Illustrator and with some drawables I can use Android Asset Studio ...

